Add CoC vim, update zsh, tmux, kitty

This commit is contained in:
Smirnov Alexander 2021-05-22 11:03:41 +03:00
parent 5cf28d635b
commit 8aa92b589f
7 changed files with 71 additions and 54 deletions

View file

@ -0,0 +1,12 @@
{
"javascript.suggestionActions.enabled": false,
"html.filetypes": ["ejs", "jst"],
"languageserver": {
"golang": {
"filetypes": ["go"],
"command": "gopls",
"rootPatterns": ["go.mod"],
"disableWorkspaceFolders": true
}
}
}