diff options
| author | Andrew Guschin <saintruler@gmail.com> | 2021-12-24 21:41:18 +0400 |
|---|---|---|
| committer | Andrew Guschin <saintruler@gmail.com> | 2021-12-24 21:41:18 +0400 |
| commit | e015e0f18488aa6d59626d2a239a416ba89c8c66 (patch) | |
| tree | 21c4bb2b1a5395fc1110b41f90d8d9dc9e70379f /.config | |
| parent | 2834fb65d4224e539144c9d32a022298d274139b (diff) | |
Removed fzf plugin from vim config and moved emacs config to separate repo
Diffstat (limited to '.config')
| -rw-r--r-- | .config/nvim/init.vim | 10 | ||||
| l--------- | .config/qutebrowser/bookmarks/urls | 1 |
2 files changed, 0 insertions, 11 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 1b44fd8..41012e8 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -8,8 +8,6 @@ call vundle#begin('~/.config/nvim/bundle') Plugin 'VundleVim/Vundle.vim' Plugin 'scrooloose/nerdcommenter' Plugin 'vim-airline/vim-airline' -Plugin 'junegunn/fzf', { 'do': { -> fzf#install() } } -Plugin 'junegunn/fzf.vim' call vundle#end() filetype plugin indent on @@ -62,13 +60,5 @@ let g:NERDTreeChDirMode=2 nmap <C-\> <leader>c<space> vmap <C-\> <leader>c<space> -" Only search for files in directory in which vim was opened. -autocmd VimEnter * let g:basedir=expand("%:p:h") -nmap <C-p> :execute "Files" g:basedir<CR> - -" Use of FZF plugin -nmap ; :Buffers<CR> -nmap <C-w> :bd!<CR> - " Calling my script that allows per-project configuration of tasks keybindings call projector#init() diff --git a/.config/qutebrowser/bookmarks/urls b/.config/qutebrowser/bookmarks/urls deleted file mode 120000 index 6873316..0000000 --- a/.config/qutebrowser/bookmarks/urls +++ /dev/null @@ -1 +0,0 @@ -/home/andrew/Documents/qutebrowser/urls
\ No newline at end of file |