nvim: plugins: Drop ferret

We hardly ever use this, so drop it.
This commit is contained in:
Sanchayan Maity 2022-01-11 11:20:27 +05:30
parent 54c8c977a4
commit eea27349ab
3 changed files with 0 additions and 8 deletions

View File

@ -1,3 +0,0 @@
nmap gs <Plug>(FerretAck)
nmap gS <Plug>(FerretLack)
nmap gw <Plug>(FerretAckWord)

View File

@ -62,10 +62,6 @@ vim.g.loaded_zipPlugin = 1
vim.g.mapleader = " "
vim.g.maplocalleader = ","
-- Needs to set before loading ferret
vim.g.FerretMap = 0
vim.g.FerretHlsearch = 0
vim.g.FerretAutojump = 0
-- Needs to be set before vimtex gets loaded, else it complains
vim.g.tex_flavor = 'latex'
vim.g.vimtex_view_general_viewer = 'zathura'

View File

@ -12,7 +12,6 @@ local init = function ()
run = './install --bin'
}
use 'junegunn/fzf.vim'
use 'wincent/ferret'
use 'bronson/vim-visual-star-search'
-- Manage Project sessions
use 'thaerkh/vim-workspace'