Remove nerdtree plugin for built in netrw
This commit is contained in:
+7
-10
@@ -33,12 +33,10 @@ in
|
|||||||
globals = {
|
globals = {
|
||||||
indent_guides_enable_on_vim_startup = 1;
|
indent_guides_enable_on_vim_startup = 1;
|
||||||
nix_recommended_style = 0;
|
nix_recommended_style = 0;
|
||||||
NERDTreeIgnore = [
|
netrw_liststyle = 3;
|
||||||
"\\.pyc$"
|
netrw_browse_split = 4;
|
||||||
"\\.pyo$"
|
netrw_altv = 1;
|
||||||
"\\.o$"
|
netrw_winsize = 25;
|
||||||
"\\.class$"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
opts = {
|
opts = {
|
||||||
background = "dark";
|
background = "dark";
|
||||||
@@ -73,15 +71,15 @@ in
|
|||||||
in [ {
|
in [ {
|
||||||
mode = "n";
|
mode = "n";
|
||||||
key = "<C-e>";
|
key = "<C-e>";
|
||||||
action = "<Esc><leader>BufExplorer<CR>";
|
action = "<Esc>:BufExplorer<CR>";
|
||||||
} {
|
} {
|
||||||
mode = "n";
|
mode = "n";
|
||||||
key = "<C-t>";
|
key = "<C-t>";
|
||||||
action = "<Esc><leader>NERDTreeToggle<CR>";
|
action = "<Esc>:Lex<CR>";
|
||||||
} {
|
} {
|
||||||
mode = "n";
|
mode = "n";
|
||||||
key = "<C-o>";
|
key = "<C-o>";
|
||||||
action = "<leader>GFiles?<CR>";
|
action = "<Esc>:GFiles?<CR>";
|
||||||
}
|
}
|
||||||
(winMove "h")
|
(winMove "h")
|
||||||
(winMove "j")
|
(winMove "j")
|
||||||
@@ -102,7 +100,6 @@ in
|
|||||||
extraPlugins = with pkgs.vimPlugins; [
|
extraPlugins = with pkgs.vimPlugins; [
|
||||||
bufexplorer
|
bufexplorer
|
||||||
gruvbox
|
gruvbox
|
||||||
nerdtree
|
|
||||||
nvim-cmp
|
nvim-cmp
|
||||||
packer-nvim
|
packer-nvim
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user