mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-12-07 09:35:37 -08:00
macboolk doesn't like lua :c
This commit is contained in:
17
lua/plugins/neodev.lua
Normal file
17
lua/plugins/neodev.lua
Normal file
@@ -0,0 +1,17 @@
|
||||
return {
|
||||
{
|
||||
'folke/neodev.nvim',
|
||||
opts = {
|
||||
library = {
|
||||
enabled = true,
|
||||
runtime = true,
|
||||
types = true,
|
||||
plugins = true,
|
||||
-- plugins = { "nvim-treesitter", "plenary.nvim", "telescope.nvim" },
|
||||
},
|
||||
setup_jsonls = true,
|
||||
lspconfig = true,
|
||||
pathStrict = true,
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user