Updated scripts for installing the correct verion of Vim (with Python3 support)
This commit is contained in:
parent
53a7d6460b
commit
65cd422da1
@ -80,9 +80,10 @@ let g:WebDevIconsUnicodeDecorateFileNodesExtensionSymbols = {}
|
|||||||
let g:WebDevIconsUnicodeDecorateFileNodesExtensionSymbols['nerdtree'] = '#'
|
let g:WebDevIconsUnicodeDecorateFileNodesExtensionSymbols['nerdtree'] = '#'
|
||||||
let g:ale_virtualtext_cursor = 'current'
|
let g:ale_virtualtext_cursor = 'current'
|
||||||
let g:ale_linters = {
|
let g:ale_linters = {
|
||||||
\ 'python': ['flake8', 'pylint'],
|
\ 'python': ['flake8', 'pylint'],
|
||||||
\ 'go': ['vet', 'errcheck'],
|
\ 'javascript': ['prettier', 'eslint'],
|
||||||
\}
|
\ 'go': ['vet', 'errcheck']
|
||||||
|
\ }
|
||||||
let g:ale_python_flake8_options = '--ignore=E501'
|
let g:ale_python_flake8_options = '--ignore=E501'
|
||||||
let g:ale_echo_msg_format = '[%linter%] [%severity%] %code% %s'
|
let g:ale_echo_msg_format = '[%linter%] [%severity%] %code% %s'
|
||||||
let g:gruvbox_contrast_dark = 'soft'
|
let g:gruvbox_contrast_dark = 'soft'
|
||||||
|
4
setup_debian.sh
Executable file
4
setup_debian.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user