Compare commits

...

3 Commits

Author SHA1 Message Date
0e9be8b10d
Disabled the dracula plugin 2022-01-18 21:46:00 +01:00
ad5ab8884c
Added java into vim 2022-01-18 21:45:53 +01:00
98cf604d9c
Removed the diagnostic icons 2022-01-18 21:43:24 +01:00
2 changed files with 2 additions and 6 deletions

View File

@ -1,8 +1,4 @@
{
"diagnostic.errorSign": "❗",
"diagnostic.warningSign": "⚠️",
"diagnostic.infoSign": "",
"diagnostic.hintSign": "💡",
"yaml.schemaStore.enable": true,
"yaml.format.enable": true,
"yaml.validate": true,

View File

@ -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