1
0
mirror of https://github.com/DazAh/dotfiles synced 2026-05-21 18:25:46 +01:00

new file: private_dot_config/nvim/coc-settings.json

modified:   private_dot_config/nvim/init.vim
This commit is contained in:
DazAh
2019-10-21 17:27:32 +01:00
parent e7854211a9
commit 098b4c897c
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"languageserver": {
"bash": {
"command": "bash-language-server",
"args": ["start"],
"filetypes": ["sh"],
"ignoredRootPaths": ["~"]
}
}
}
+1 -1
View File
@@ -25,7 +25,7 @@ set t_Co=256
set showmatch set showmatch
set hlsearch set hlsearch
set incsearch set incsearch
set spell spelllang=en_gb " set spell
set spelllang=en_gb set spelllang=en_gb
set nobackup set nobackup
set nowritebackup set nowritebackup