Refactored nvim config to make it easier and less insanely nested
This commit is contained in:
12
.config/nvim/lua/plugins/lazydev.lua
Normal file
12
.config/nvim/lua/plugins/lazydev.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
return {
|
||||
'folke/lazydev.nvim',
|
||||
ft = 'lua',
|
||||
cmd = 'LazyDev',
|
||||
opts = {
|
||||
library = {
|
||||
{ path = '${3rd}/luv/library', words = { 'vim%.uv' } },
|
||||
{ path = 'snacks.nvim', words = { 'Snacks' } },
|
||||
{ path = 'lazy.nvim', words = { 'LazyVim' } },
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user