feat: use tune
This commit is contained in:
parent
a0181df32b
commit
8367258924
69 changed files with 8 additions and 17 deletions
1
lua/custom/plugins/colorschemes/alduin.lua
Normal file
1
lua/custom/plugins/colorschemes/alduin.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return { 'AlessandroYorba/Alduin' }
|
||||
|
|
@ -2,4 +2,4 @@
|
|||
-- I promise not to create any merge conflicts in this directory :)
|
||||
--
|
||||
-- See the kickstart.nvim README for more information
|
||||
return { import = "custom.plugins.themes" }
|
||||
return { import = 'custom.plugins.colorschemes' }
|
||||
|
|
@ -1 +0,0 @@
|
|||
return { 'rafamadriz/neon' }
|
||||
6
lua/custom/plugins/tune.lua
Normal file
6
lua/custom/plugins/tune.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
dir = '~/projects/tune.nvim',
|
||||
config = function()
|
||||
require('tune').setup()
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue