Skip to content

Commit

Permalink
fix: disable bash-language-server by default
Browse files Browse the repository at this point in the history
update commentstring for csv
  • Loading branch information
jiangyinzuo committed Nov 28, 2023
1 parent 1d3fa78 commit ab196cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions root/.vim/after/ftplugin/csv.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
set commentstring=#%s
1 change: 1 addition & 0 deletions root/.vim/coc-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
]
},
"bash": {
"enable": false,
"command": "bash-language-server",
"args": ["start"],
"filetypes": ["sh"],
Expand Down

0 comments on commit ab196cf

Please sign in to comment.