Removed quicklisp
This commit is contained in:
commit
96c0b3e15c
741 changed files with 42704 additions and 17 deletions
|
|
@ -1,5 +1,7 @@
|
|||
let g:netrw_dirhistmax =10
|
||||
let g:netrw_dirhistcnt =3
|
||||
let g:netrw_dirhistcnt =5
|
||||
let g:netrw_dirhist_5='/home/green/.vim'
|
||||
let g:netrw_dirhist_4='/home/green/.newsboat'
|
||||
let g:netrw_dirhist_3='/home/green/.config/sxhkd'
|
||||
let g:netrw_dirhist_2='/home/green/.newsboat'
|
||||
let g:netrw_dirhist_1='/home/green/.config/sxhkd'
|
||||
|
|
|
|||
19
vim/.vimrc
19
vim/.vimrc
|
|
@ -33,6 +33,11 @@
|
|||
Plug 'ap/vim-css-color'
|
||||
Plug 'dylanaraps/wal.vim'
|
||||
Plug 'sjl/tslime.vim'
|
||||
" TODO setup
|
||||
Plug 'roxma/vim-tmux-clipboard'
|
||||
" TODO setup
|
||||
Plug 'melonmanchan/vim-tmux-resizer'
|
||||
" Plug 'roman/golden-ratio'
|
||||
Plug 'kovisoft/slimv'
|
||||
|
||||
" Todo:
|
||||
|
|
@ -65,12 +70,12 @@
|
|||
set showcmd " Show command in bottom bar
|
||||
set wildmenu " Visual autocomplete for command menu
|
||||
set wildmode=list:longest " Show all completions on tab
|
||||
set laststatus=1 " Last window will always have statusline
|
||||
set laststatus=2 " Last window will always have statusline
|
||||
set showmatch " Highlight matching [{()}]
|
||||
set cursorline " Highlight current line
|
||||
|
||||
" remove underline on current line number
|
||||
hi CursorLineNr cterm=bold
|
||||
hi CursorLineNr cterm=bold
|
||||
|
||||
" Lightline
|
||||
let g:lightline = { 'colorscheme': 'sceaduhelm', }
|
||||
|
|
@ -101,6 +106,10 @@
|
|||
set lazyredraw " Redraw only when necessary
|
||||
set updatetime=100 " Make updates happen faster (gitgutter)
|
||||
set splitright " Make split to right by default
|
||||
set winheight=30 " Soft minimum window height (active)
|
||||
set winminheight=10 " Hard minimum window height (inactive)
|
||||
set winwidth=80 " Window width for current window
|
||||
set winminwidth=30 " Hard minimum for window width
|
||||
|
||||
"}}}
|
||||
|
||||
|
|
@ -184,6 +193,12 @@
|
|||
nnoremap k gk
|
||||
|
||||
"}}}
|
||||
"
|
||||
" slimv{{{
|
||||
let g:slimv_repl_split=2
|
||||
let g:slimv_repl_split_size=10
|
||||
"
|
||||
"}}}
|
||||
|
||||
" split pane navigation {{{
|
||||
" Map vertical split to \ w, switch to it, open explorer, prompt for filename
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue