Skip to content

Commit 147baca

Browse files
fix: disable neoconf.nvim for now
1 parent 95afbb4 commit 147baca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

nvim-fredrik/lua/lang/lua.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ return {
3636
},
3737
{
3838
"folke/neoconf.nvim",
39+
enabled = false, -- FIXME: look into how to actually use this plugin without blindly just using it
3940
dependencies = { "nvim-lspconfig" },
4041
cmd = "Neoconf",
4142
config = function()

0 commit comments

Comments
 (0)