Skip to content

Commit

Permalink
feat: Add Neoconf
Browse files Browse the repository at this point in the history
  • Loading branch information
Allaman committed Dec 23, 2023
1 parent 257a8c0 commit cf7df9f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .neoconf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"neodev": {
"library": {
"enabled": true,
"plugins": true
}
},
"neoconf": {
"plugins": {
"lua_ls": {
"enabled": true
}
}
}
}
1 change: 1 addition & 0 deletions lua/core/plugins/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ return {
dependencies = {
{ "onsails/lspkind-nvim" },
{ "folke/neodev.nvim", config = true, lazy = true, ft = "lua" },
{ "folke/neoconf.nvim", config = true, lazy = true, ft = "lua" },
},
config = function()
require("core.plugins.lsp.lsp")
Expand Down

0 comments on commit cf7df9f

Please sign in to comment.