From b1e160b367bbabb71eb7ff5250b6ca6d7c3af96c Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Mon, 5 Jul 2021 13:41:34 +0700 Subject: [PATCH] remove lf-vim and vim-floaterm --- users/rin/neovim.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/users/rin/neovim.nix b/users/rin/neovim.nix index 0d848c5..b3866d0 100644 --- a/users/rin/neovim.nix +++ b/users/rin/neovim.nix @@ -32,8 +32,6 @@ in { vim-repeat vim-surround - lf-vim - vim-floaterm (nvim-treesitter.withPlugins (p: with p; [ tree-sitter-nix tree-sitter-typescript @@ -76,7 +74,6 @@ in { inoremap coc#refresh() " various aliases - nnoremap :Lf nnoremap r :source $MYVIMRC command! -nargs=0 Sw w !doas tee % > /dev/null