Compare commits
No commits in common. "b2bd8895cbf0daa8fe02f317af3b6dccd4a2ca20" and "9cb67210b16b6bb0e3e29ab6bd3c21fd3a988b9b" have entirely different histories.
b2bd8895cb
...
9cb67210b1
1 changed files with 3 additions and 17 deletions
|
@ -87,12 +87,12 @@
|
|||
}
|
||||
{
|
||||
key = "<leader><tab>";
|
||||
action = "<cmd>NvimTreeToggle<cr>";
|
||||
action = "<cmd>NERDTreeToggle<cr>";
|
||||
mode = [ "n" ];
|
||||
}
|
||||
{
|
||||
key = "<leader>fl";
|
||||
action = "<cmd>NvimTreeFindFile<cr>";
|
||||
action = "<cmd>NERDTreeFind<cr>";
|
||||
mode = [ "n" ];
|
||||
}
|
||||
{
|
||||
|
@ -138,6 +138,7 @@
|
|||
|
||||
extraPlugins = with pkgs.vimPlugins; [
|
||||
vim-abolish
|
||||
nerdtree
|
||||
vim-rhubarb
|
||||
vim-dispatch
|
||||
vim-dispatch-neovim
|
||||
|
@ -244,20 +245,5 @@
|
|||
};
|
||||
|
||||
plugins.zellij-nav.enable = true;
|
||||
|
||||
plugins.neotest = {
|
||||
enable = true;
|
||||
adapters.elixir.enable = true;
|
||||
};
|
||||
|
||||
plugins.which-key = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
plugins.nvim-tree = {
|
||||
enable = true;
|
||||
disableNetrw = true;
|
||||
openOnSetup = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue