Add CtrlSF

This commit is contained in:
Agatha Lovelace 2022-06-23 10:50:20 +02:00
parent d6c5b475a1
commit 80b357db09
Signed by: sorceress
GPG Key ID: 11BBCFC65FC9F401
2 changed files with 4 additions and 0 deletions

View File

@ -83,6 +83,9 @@ let g:lightline.active = {
\ ]
\}
" CtrlSF
let g:ctrlsf_default_root = "project"
lua << EOF

1
.vimrc
View File

@ -42,6 +42,7 @@ Plug 'ryanoasis/vim-devicons'
" don't install these plugins on remote servers
if has('nvim')
Plug 'airblade/vim-gitgutter'
Plug 'dyng/ctrlsf.vim'
Plug 'folke/todo-comments.nvim'
Plug 'hrsh7th/cmp-calc'
Plug 'j-hui/fidget.nvim'