remove lf-vim and vim-floaterm

This commit is contained in:
LavaDesu 2021-07-05 13:41:34 +07:00
parent 3206264895
commit b1e160b367
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -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 <silent><expr> <c-space> coc#refresh()
" various aliases
nnoremap <c-p> :Lf<CR>
nnoremap <leader>r :source $MYVIMRC<CR>
command! -nargs=0 Sw w !doas tee % > /dev/null