copied changes manually to fix nix config push issue

This commit is contained in:
2024-12-05 23:26:22 +00:00
parent d85ba4319f
commit 3e114e9d06
14 changed files with 186 additions and 24 deletions

View File

@@ -231,7 +231,6 @@ return { -- LSP Config should be a standalone function, hence this module
end,
},
-- Finally: add language and filetype specific plugins
{ "LhKipp/nvim-nu", ft = "nu" },
{ "fladson/vim-kitty", ft = "kitty" },
{ "scallop-lang/vim-scallop", ft = "scallop" },
}