Start vim lion configuratino

This commit is contained in:
Jonathan Hodgson 2019-06-25 09:57:19 +01:00
parent 1b7b24b61b
commit 450c6351a1
2 changed files with 11 additions and 0 deletions

5
.vimrc
View file

@ -112,6 +112,10 @@ let g:table_mode_corner_corner='+'
let g:table_mode_header_fillchar='='
" Lion
let g:lion_squeeze_spaces = 1
" Quick tex options {{{2
" HTML {{{3
let g:quicktex_html = {
@ -453,6 +457,7 @@ augroup css
"binds this in class
autocmd FileType less nnoremap <leader>cl :w! \| !compiler styles.less<CR><CR>
autocmd FileType less nnoremap <leader>cL :w! \| !compiler styles.less<CR>
autocmd FileType less vmap <leader>a gL:
augroup END
" Add Html maps, Currently only pandoc conversion {{{2

View file

@ -108,3 +108,9 @@ Vim plugin for latex enhancements.
Adds some nice things for wordpress
<https://github.com/DArcMattr/wordpress.vim>
#### Command T
A fast fuzzy finder
<https://github.com/wincent/command-t>