|
|
@ -57,10 +57,8 @@ set background=dark " to follow most of the colorschemes I use |
|
|
|
set vb t_vb= " convert bells to visual bells and do nothing as visual bell |
|
|
|
set vb t_vb= " convert bells to visual bells and do nothing as visual bell |
|
|
|
set t_Co=256 " 256 color terminal |
|
|
|
set t_Co=256 " 256 color terminal |
|
|
|
set modeline " Enable modelines |
|
|
|
set modeline " Enable modelines |
|
|
|
" set undofile " saves undo changes in a separate file, so we can undo anytime |
|
|
|
|
|
|
|
set lcs=tab:¦\ " uses a special char at the start of a tab character, uses spaces after that |
|
|
|
set lcs=tab:¦\ " uses a special char at the start of a tab character, uses spaces after that |
|
|
|
set nolist " ... but don't display them by default |
|
|
|
set nolist " ... but don't display them by default |
|
|
|
set path+=** " glob the search path for files (helps :find) |
|
|
|
|
|
|
|
set wildmenu " display all found files |
|
|
|
set wildmenu " display all found files |
|
|
|
|
|
|
|
|
|
|
|
let mapleader=" " " use space to start user-defined (in plugins) functions |
|
|
|
let mapleader=" " " use space to start user-defined (in plugins) functions |
|
|
@ -265,6 +263,11 @@ let g:ale_sign_column_always=1 |
|
|
|
" ---------------------------------------------------------------------- |
|
|
|
" ---------------------------------------------------------------------- |
|
|
|
let g:python_highlight_all = 1 |
|
|
|
let g:python_highlight_all = 1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
" ---------------------------------------------------------------------- |
|
|
|
|
|
|
|
" Special options for Rust syntax |
|
|
|
|
|
|
|
" ---------------------------------------------------------------------- |
|
|
|
|
|
|
|
let g:rustfmt_autosave = 1 |
|
|
|
|
|
|
|
|
|
|
|
" ---------------------------------------------------------------------- |
|
|
|
" ---------------------------------------------------------------------- |
|
|
|
" Tiler keybinds |
|
|
|
" Tiler keybinds |
|
|
|
" ---------------------------------------------------------------------- |
|
|
|
" ---------------------------------------------------------------------- |
|
|
|