Temporarily disable lsp-config again
This commit is contained in:
@ -631,6 +631,21 @@ in {
|
|||||||
];
|
];
|
||||||
|
|
||||||
plugins = {
|
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
|
# Escape insert mode by pressing jk
|
||||||
better-escape = {
|
better-escape = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Reference in New Issue
Block a user