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

modified: private_dot_config/nvim/init.vim

This commit is contained in:
DazAh
2019-10-19 03:01:28 +01:00
parent 6a7522ca63
commit e7854211a9
+6
View File
@@ -9,6 +9,8 @@ Plug 'tpope/vim-fugitive'
" CoC LSP/Intellisense
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'neoclide/coc-python'
" Rust"
Plug 'rust-lang/rust.vim'
@@ -25,6 +27,10 @@ set hlsearch
set incsearch
set spell spelllang=en_gb
set spelllang=en_gb
set nobackup
set nowritebackup
set updatetime=300
set cmdheight=2
" CoC Highlighting
autocmd FileType json syntax match Comment +\/\/.\+$+