replace neotree with nvim-tree
This commit is contained in:
parent
46f3928c79
commit
dbd31ab33b
1 changed files with 7 additions and 1 deletions
|
@ -21,7 +21,6 @@
|
|||
];
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
dracula-nvim
|
||||
neo-tree-nvim
|
||||
(nvim-treesitter.withPlugins (plugins: with plugins; [ bash dockerfile gitcommit gitignore git_rebase go markdown markdown_inline nix rust toml yaml ]))
|
||||
nvim-treesitter-context
|
||||
nvim-treesitter-refactor
|
||||
|
@ -104,6 +103,13 @@
|
|||
require('lspconfig').rust_analyzer.setup{}
|
||||
'';
|
||||
}
|
||||
{
|
||||
plugin = nvim-tree-lua;
|
||||
type = "lua";
|
||||
config = ''
|
||||
require('nvim-tree').setup{}
|
||||
'';
|
||||
}
|
||||
{
|
||||
plugin = nvim-web-devicons;
|
||||
type = "lua";
|
||||
|
|
Loading…
Reference in a new issue