Switch to compfy

This commit is contained in:
davidovski 2023-11-20 23:33:59 +00:00
parent 4c2194a7c5
commit 2c23da6112
10 changed files with 943 additions and 4 deletions

View file

@ -112,8 +112,11 @@ Plug 'junegunn/fzf.vim'
nnoremap <F6> :Files<CR>
nnoremap <F7> :Rg<CR>
Plug 'heavenshell/vim-pydocstring', { 'do': 'make install', 'for': 'python' }
Plug 'tpope/vim-fugitive'
call plug#end()
highlight Pmenu ctermbg=black guibg=black ctermfg=white