reorganised hosts

This commit is contained in:
2021-06-04 02:06:13 +05:30
parent 02fa695a0f
commit 517b2804e5
21 changed files with 111 additions and 38 deletions

View File

@@ -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{} }))
];
};
};

View File

@@ -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)