chore(config): consistent neovim config

main
sudo pacman -Syu 2022-05-27 01:41:43 +07:00
parent 6d1bcdff1a
commit e24b218bf3
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
1 changed files with 2 additions and 2 deletions

View File

@ -22,14 +22,14 @@ set rtp+=~/.fzf
" Plugins config
let g:go_gopls_gofumpt=1
let g:nvim_tree_show_icons = {
let g:nvim_tree_show_icons={
\ 'git': 0,
\ 'folders': 0,
\ 'files': 0,
\ 'folder_arrows': 0,
\ }
nnoremap <C-n> :NvimTreeToggle<CR>
let g:neoformat_try_node_exe = 1
let g:neoformat_try_node_exe=1
" vim-plug
" https://github.com/junegunn/vim-plug