reorganised hosts
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
start = [
|
||||
auto-pairs
|
||||
vim-floaterm
|
||||
vim-rooter
|
||||
vim-closetag
|
||||
vim-floaterm
|
||||
nerdcommenter
|
||||
@@ -20,8 +19,8 @@
|
||||
barbar-nvim
|
||||
nvim-web-devicons
|
||||
vim-polyglot
|
||||
coc-explorer
|
||||
(gruvbox.overrideAttrs (oa: { patches = [ ./nvim/gruvbox.patch ]; }))
|
||||
# (gruvbox.overrideAttrs (oa: { src = pkgs.fetchFromGitHub{} }))
|
||||
];
|
||||
};
|
||||
};
|
||||
|
@@ -79,6 +79,8 @@ bind('n', "<C-m>", "<C-w>h", {noremap=true})
|
||||
bind('n', "<C-n>", "<C-w>j", {noremap=true})
|
||||
bind('n', "<C-e>", "<C-w>k", {noremap=true})
|
||||
bind('n', "<C-i>", "<C-w>l", {noremap=true})
|
||||
bind('n', "<C-v>", ":vsplit<CR>", {noremap=true, silent=true})
|
||||
bind('n', "<C-h>", ":split<CR>", {noremap=true, silent=true})
|
||||
|
||||
--RUN AND REPL (using vim-floaterm)
|
||||
|
||||
|
Reference in New Issue
Block a user