Updated scripts for installing the correct verion of Vim (with Python3 support)

This commit is contained in:
V
2025-07-05 13:17:52 +01:00
parent 53a7d6460b
commit 65cd422da1
2 changed files with 8 additions and 3 deletions
+4 -3
View File
@@ -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'