more config
This commit is contained in:
parent
980fb49431
commit
ceda3aa738
10 changed files with 647 additions and 2061 deletions
18
vim/.vimrc
18
vim/.vimrc
|
|
@ -31,6 +31,9 @@
|
|||
Plug 'justinmk/vim-sneak'
|
||||
Plug 'christoomey/vim-tmux-navigator'
|
||||
Plug 'ap/vim-css-color'
|
||||
Plug 'dylanaraps/wal.vim'
|
||||
Plug 'sjl/tslime.vim'
|
||||
|
||||
" Todo:
|
||||
" GV
|
||||
" Gundo (or undotree?)
|
||||
|
|
@ -51,7 +54,9 @@
|
|||
"}}}
|
||||
|
||||
" appearance {{{
|
||||
colorscheme zenburn
|
||||
|
||||
" colorscheme zenburn
|
||||
" colorscheme wal
|
||||
syntax on " Enable syntax
|
||||
set encoding=utf-8 " Keep utf-8 encoding
|
||||
set scrolloff=2 " Keep at least 3 lines above and below cursor
|
||||
|
|
@ -207,7 +212,7 @@
|
|||
"}}}
|
||||
|
||||
" launch love game, check youtube love2d roguelike+rpg day 1 if broken {{{
|
||||
map ,t :! /Applications/love.app/Contents/MacOS/love . <CR>
|
||||
" map ,t :! /Applications/love.app/Contents/MacOS/love . <CR>
|
||||
|
||||
"}}}
|
||||
|
||||
|
|
@ -292,6 +297,15 @@
|
|||
|
||||
"}}}
|
||||
|
||||
" tmux {{{
|
||||
" tslime
|
||||
let g:tslime_ensure_trailing_newlines = 1
|
||||
let g:tslime_ensure_trailing_newlines = 1
|
||||
let g:tslime_normal_mapping = '<leader>t'
|
||||
let g:tslime_visual_mapping = '<leader>t'
|
||||
let g:tslime_vars_mapping = '<leader>T'
|
||||
|
||||
"}}}
|
||||
|
||||
" folding options, this must be last in file
|
||||
" vim:foldmethod=marker:foldlevel=0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue