intial rip from kickstart
This commit is contained in:
parent
de44f49101
commit
c0ad86ac7c
23 changed files with 2080 additions and 1210 deletions
12
lua/custom/plugins/lazydev.lua
Normal file
12
lua/custom/plugins/lazydev.lua
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
return {
|
||||
-- `lazydev` configures Lua LSP for your Neovim config, runtime and plugins
|
||||
-- used for completion, annotations and signatures of Neovim apis
|
||||
'folke/lazydev.nvim',
|
||||
ft = 'lua',
|
||||
opts = {
|
||||
library = {
|
||||
-- Load luvit types when the `vim.uv` word is found
|
||||
{ path = 'luvit-meta/library', words = { 'vim%.uv' } },
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue