Skip to content

Commit

Permalink
fix: disable neoconf.nvim for now
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Jul 6, 2024
1 parent 9627afd commit 0c5db43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvim-fredrik/lua/lang/lua.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ return {
},
{
"folke/neoconf.nvim",
enabled = false, -- FIXME: look into how to actually use this plugin without blindly just using it
dependencies = { "nvim-lspconfig" },
cmd = "Neoconf",
config = function()
Expand Down

0 comments on commit 0c5db43

Please sign in to comment.