Aktualizovat init.vim

This commit is contained in:
Kankys 2024-03-09 20:26:29 +00:00
parent f4755387dd
commit 922df660d0
1 changed files with 21 additions and 2 deletions

View File

@ -34,11 +34,30 @@ Plug 'Pocco81/auto-save.nvim'
" Theme
Plug 'dracula/vim'
Plug 'morhetz/gruvbox'
Plug 'joshdick/onedark.vim'
Plug 'sainnhe/sonokai'
Plug 'sainnhe/edge'
Plug 'vim-airline/vim-airline'
Plug 'projekt0n/github-nvim-theme'
Plug 'bluz71/vim-nightfly-colors', { 'as': 'nightfly' }
Plug 'xero/miasma.nvim'
" Color picker
" Plug 'DougBeney/pickachu'
Plug 'brenoprata10/nvim-highlight-colors'
" Search plugin s asynchroním vyhledáváním
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'junegunn/fzf.vim'
" List ends here. Plugins become visible to Vim after this call.
@ -61,7 +80,7 @@ inoremap <expr> <CR> pumvisible() ? "\<C-y>" : "\<CR>"
" Autostart NERDFocus
autocmd VimEnter * call NERDTreeFocus()
"autocmd VimEnter * call NERDTreeFocus()
" Klávesové zkratka exit
@ -139,4 +158,4 @@ require('tabnine').setup({
log_file_path = nil, -- absolute path to Tabnine log file
})
EOF
EOF