moved custom plugins to seperate folder
This commit is contained in:
parent
65c756629e
commit
7f6cc1833c
8 changed files with 126 additions and 116 deletions
7
lua/custom/plugins/neoconf.lua
Normal file
7
lua/custom/plugins/neoconf.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
-- neoconf.nvim
|
||||
{
|
||||
'folke/neoconf.nvim',
|
||||
lazy = false,
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue