Skip to content

Commit

Permalink
update wrap vs code, diable go in vim
Browse files Browse the repository at this point in the history
  • Loading branch information
icehess committed Dec 25, 2022
1 parent d9edf8d commit ee104ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .config/Code - Insiders/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,10 @@
"xml.server.binary.trustedHashes": [
"df9d4e4bb37d291396983519e0fc0115e7dfef3ed755e359a2480e3e86b1ed4d"
],
"editor.largeFileOptimizations": false
"editor.largeFileOptimizations": false,
"[xml]": {
"editor.defaultFormatter": "redhat.vscode-xml"
},
"workbench.startupEditor": "none",
"editor.wordWrap": "on"
}
2 changes: 1 addition & 1 deletion .vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Plug 'vim-erlang/vim-erlang-tags'
Plug 'vim-erlang/vim-erlang-omnicomplete'
Plug 'vim-erlang/erlang-motions.vim'

Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' }
" Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' }

" Use release branch (Recommend)
"Plug 'neoclide/coc.nvim', {'branch': 'release'}
Expand Down

0 comments on commit ee104ff

Please sign in to comment.