|
|
|
@ -68,7 +68,7 @@ let mapleader=" " " use space to start user-defined (in plugins) functions
|
|
|
|
|
syntax sync minlines=1500 " increases the number of lines to find the proper syntax |
|
|
|
|
|
|
|
|
|
" Color scheme |
|
|
|
|
color nord |
|
|
|
|
color molokai |
|
|
|
|
|
|
|
|
|
" Enable file type detection. |
|
|
|
|
" Use the default filetype settings, so that mail gets 'tw' set to 72, |
|
|
|
@ -271,18 +271,15 @@ let g:python_highlight_all = 1
|
|
|
|
|
let g:rustfmt_autosave = 1 |
|
|
|
|
|
|
|
|
|
" ---------------------------------------------------------------------- |
|
|
|
|
" Tiler keybinds |
|
|
|
|
" Workaround for Kitty |
|
|
|
|
" ---------------------------------------------------------------------- |
|
|
|
|
nmap <Leader>n :TilerNew<CR> |
|
|
|
|
nmap <Leader><cr> :TilerFocus<CR> |
|
|
|
|
nmap <Leader><space> :TilerReorder<CR> |
|
|
|
|
|
|
|
|
|
let g:tiler#master#size = 55 |
|
|
|
|
let &t_ut='' |
|
|
|
|
|
|
|
|
|
" ---------------------------------------------------------------------- |
|
|
|
|
" Workaround for Kitty |
|
|
|
|
" Let's use Skim as CtrlP |
|
|
|
|
" ---------------------------------------------------------------------- |
|
|
|
|
let &t_ut='' |
|
|
|
|
map <C-p> :SK<CR> |
|
|
|
|
map <Leader>o :SK<CR> |
|
|
|
|
|
|
|
|
|
" ---------------------------------------------------------------------- |
|
|
|
|
" Lastly, load configurations available only to this computer |
|
|
|
|