mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
Add vifm config & theme, update qtile config & autostart, nvim config, kitty config
This commit is contained in:
parent
917b69171d
commit
f5a07cf3b0
7 changed files with 174 additions and 46 deletions
|
|
@ -6,6 +6,7 @@ call plug#begin('~/.vim/plugged')
|
|||
Plug 'iamcco/markdown-preview.nvim'
|
||||
Plug 'dhruvasagar/vim-table-mode'
|
||||
Plug 'easymotion/vim-easymotion'
|
||||
Plug 'vifm/vifm.vim'
|
||||
|
||||
" File manger & seacher
|
||||
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue