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

View File

@ -81,7 +81,8 @@ let g:WebDevIconsUnicodeDecorateFileNodesExtensionSymbols['nerdtree'] = '#'
let g:ale_virtualtext_cursor = 'current'
let g:ale_linters = {
\ 'python': ['flake8', 'pylint'],
\ 'go': ['vet', 'errcheck'],
\ 'javascript': ['prettier', 'eslint'],
\ 'go': ['vet', 'errcheck']
\ }
let g:ale_python_flake8_options = '--ignore=E501'
let g:ale_echo_msg_format = '[%linter%] [%severity%] %code% %s'

4
setup_debian.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
sudo apt update && sudo apt upgrade -y
sudo apt install vim-nox tmux network-manager openconnect-gnome curl wget rsync git