refactor(home/base/tui/edistors): neovim - adjust the classification of lsp/treesitter

This commit is contained in:
Ryan Yin
2024-07-19 16:51:59 +08:00
parent 66949f6b8f
commit 5fcf0d0995
4 changed files with 186 additions and 163 deletions

View File

@@ -30,8 +30,10 @@ in {
viAlias = true;
vimAlias = true;
# currently we use lazy.nvim as neovim's package manager, so comment this one.
# Install packages that will compile locally or download FHS binaries via Nix!
# Currently we use lazy.nvim as neovim's package manager, so comment this one.
#
# NOTE: These plugins will not be used by astronvim by default!
# We should install packages that will compile locally or download FHS binaries via Nix!
# and use lazy.nvim's `dir` option to specify the package directory in nix store.
# so that these plugins can work on NixOS.
#
@@ -40,6 +42,8 @@ in {
plugins = with pkgs.vimPlugins; [
# search all the plugins using https://search.nixos.org/packages
telescope-fzf-native-nvim
nvim-treesitter.withAllGrammars
];
};
};