new plugins, from coq to cmp, fixes, xdebug, install python3 fixes
This commit is contained in:
13
lua/plugins/lazydev.lua
Normal file
13
lua/plugins/lazydev.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
-- Faster LuaLS setup for Neovim
|
||||
return {
|
||||
'folke/lazydev.nvim',
|
||||
enabled = true,
|
||||
lazy = false,
|
||||
ft = 'lua',
|
||||
opts = {
|
||||
library = {
|
||||
-- Load luvit types when the `vim.uv` word is found
|
||||
{ path = '${3rd}/luv/library', words = { 'vim%.uv' } },
|
||||
},
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user