Updated scripts for installing the correct verion of Vim (with Python3 support)
This commit is contained in:
+4
-3
@@ -80,9 +80,10 @@ let g:WebDevIconsUnicodeDecorateFileNodesExtensionSymbols = {}
|
||||
let g:WebDevIconsUnicodeDecorateFileNodesExtensionSymbols['nerdtree'] = '#'
|
||||
let g:ale_virtualtext_cursor = 'current'
|
||||
let g:ale_linters = {
|
||||
\ 'python': ['flake8', 'pylint'],
|
||||
\ 'go': ['vet', 'errcheck'],
|
||||
\}
|
||||
\ 'python': ['flake8', 'pylint'],
|
||||
\ 'javascript': ['prettier', 'eslint'],
|
||||
\ 'go': ['vet', 'errcheck']
|
||||
\ }
|
||||
let g:ale_python_flake8_options = '--ignore=E501'
|
||||
let g:ale_echo_msg_format = '[%linter%] [%severity%] %code% %s'
|
||||
let g:gruvbox_contrast_dark = 'soft'
|
||||
|
||||
Reference in New Issue
Block a user