Skip to content

Commit

Permalink
lazydocker
Browse files Browse the repository at this point in the history
  • Loading branch information
Vention committed Aug 28, 2024
1 parent 008b3ab commit c9bf2d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'junegunn/fzf.vim'
Plug 'projekt0n/github-nvim-theme'
Plug 'jiangmiao/auto-pairs'
Plug 'MunifTanjim/nui.nvim'
Plug 'kdheepak/lazygit.nvim'
Plug 'crnvl96/lazydocker.nvim'
Plug 'preservim/nerdcommenter'
Plug 'neoclide/coc.nvim', {'branch': 'release'}

Expand Down Expand Up @@ -80,6 +82,9 @@ autocmd CursorHold * silent call CocActionAsync('highlight')
xmap <leader>f <Plug>(coc-format-selected)
nmap <leader>f <Plug>(coc-format-selected)
" LazyDocker
autocmd VimEnter * lua require('lazydocker').setup()

nnoremap <C-p> :GFiles<CR>
nnoremap <C-j> :cnext<CR>
nnoremap <C-k> :cprev<CR>
Expand Down

0 comments on commit c9bf2d8

Please sign in to comment.