Skip to content

Commit

Permalink
chore: remove outdated neodev conf
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondill committed Aug 6, 2024
1 parent 47d73c7 commit c20da4c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .neoconf.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
// vim:set ft=jsonc:
{
"neodev": {
"library": {
"enabled": true,
"plugins": true
}
},
"neoconf": {
"plugins": {
"lua_ls": {
Expand Down
1 change: 0 additions & 1 deletion lua/plugins/lsp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -165,5 +165,4 @@ return {
})
end,
},
{ "folke/neodev.nvim", optional = true, enabled = false }, -- make sure to disable neodev.nvim
}

0 comments on commit c20da4c

Please sign in to comment.