1

Temporarily disable lsp-config again

This commit is contained in:
2024-06-01 13:39:45 +02:00
parent 8c4c5f1502
commit 1155053c8f

View File

@ -631,6 +631,21 @@ in {
];
plugins = {
# TODO: Migrate the entire config to lazy? Then the config is usable even without nix...
# Plugins not supported by NixVim are installed here
lazy = {
enable = true;
# plugins = [
# {
# name = "nvim-lspconfig";
# pkg = pkgs.vimPlugins.nvim-lspconfig;
# enabled = true;
# lazy = true;
# }
# ];
};
# Escape insert mode by pressing jk
better-escape = {
enable = true;