Compare commits
3 Commits
e8364c3ae1
...
0e9be8b10d
Author | SHA1 | Date | |
---|---|---|---|
0e9be8b10d | |||
ad5ab8884c | |||
98cf604d9c |
@ -1,8 +1,4 @@
|
||||
{
|
||||
"diagnostic.errorSign": "❗",
|
||||
"diagnostic.warningSign": "⚠️",
|
||||
"diagnostic.infoSign": "ℹ️",
|
||||
"diagnostic.hintSign": "💡",
|
||||
"yaml.schemaStore.enable": true,
|
||||
"yaml.format.enable": true,
|
||||
"yaml.validate": true,
|
||||
|
@ -140,7 +140,7 @@ call plug#begin('~/.config/nvim/plugged')
|
||||
call plug#end()
|
||||
|
||||
" Coc
|
||||
let g:coc_global_extensions = ['@yaegassy/coc-ansible', 'coc-solargraph', 'coc-go', 'coc-yaml', 'coc-pyright', 'coc-json' , 'coc-markdownlint' , 'coc-sh', 'coc-prettier', 'coc-diagnostic', 'coc-perl']
|
||||
let g:coc_global_extensions = ['coc-java', '@yaegassy/coc-ansible', 'coc-solargraph', 'coc-go', 'coc-yaml', 'coc-pyright', 'coc-json' , 'coc-markdownlint' , 'coc-sh', 'coc-prettier', 'coc-diagnostic', 'coc-perl']
|
||||
|
||||
inoremap <silent><expr> <Nul> coc#refresh()
|
||||
|
||||
@ -164,7 +164,7 @@ let g:vimspector_install_gadgets = [ 'debugpy', 'vscode-go', 'CodeLLDB', 'vscode
|
||||
""""""""""""""""""""""""""""""""
|
||||
"colorscheme gruvbox
|
||||
"colorscheme default
|
||||
colorscheme dracula
|
||||
" colorscheme dracula
|
||||
let g:gruvbox_invert_selection='0'
|
||||
let g:gruvbox_contrast_dark = 'hard'
|
||||
set background=dark
|
||||
|
Loading…
Reference in New Issue
Block a user