chore(config): add neoformat

main
sudo pacman -Syu 2022-05-27 01:26:36 +07:00
parent 87fea3539a
commit e00264a1b2
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ let g:nvim_tree_show_icons = {
\ 'folder_arrows': 0,
\ }
nnoremap <C-n> :NvimTreeToggle<CR>
let g:neoformat_try_node_exe = 1
" vim-plug
" https://github.com/junegunn/vim-plug
@ -46,6 +47,7 @@ Plug 'projekt0n/github-nvim-theme'
Plug 'catppuccin/nvim', {'as': 'catppuccin'}
" Languages
Plug 'sbdchd/neoformat'
Plug 'fatih/vim-go'
call plug#end()