tsql.nvim/.neoconf.json

19 lines
257 B
JSON
Raw Normal View History

2023-05-30 04:39:15 +00:00
{
"neodev": {
"library": {
"enabled": true,
"plugins": ["neoconf.nvim", "nvim-lspconfig"]
}
},
"neoconf": {
"plugins": {
"lua_ls": {
"enabled": true
}
}
},
"lspconfig": {
"sumneko_lua": {}
}
}