Compare commits
No commits in common. "0e9be8b10d770edc44abbfd10cb56d3cc934a051" and "e8364c3ae1232b470a95040a54ba925c60fa5032" have entirely different histories.
0e9be8b10d
...
e8364c3ae1
@ -1,4 +1,8 @@
|
||||
{
|
||||
"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 = ['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']
|
||||
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']
|
||||
|
||||
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