From e63e48da36034a7eda11c3bb24e3ef358e45852e Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sat, 1 Jun 2024 13:39:45 +0200 Subject: [PATCH] Temporarily disable lsp-config again --- home/modules/neovim/default.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/home/modules/neovim/default.nix b/home/modules/neovim/default.nix index f85a9b07..a4b8843e 100644 --- a/home/modules/neovim/default.nix +++ b/home/modules/neovim/default.nix @@ -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;