dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 17f7ba35842ba9615d34a839ca6780085af1b38c
parent d34a22f6891960dd217c28c121452816414eb987
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Wed, 19 Jan 2022 16:43:49 +0100

vim: sparkup seems to not work, replaced with emmet

Idk maybe it works. Didn't work for me. Didn't want to spend time
trying to fix it given that emmet exists.

Diffstat:
Mvim/vimrc | 7++-----
1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/vim/vimrc b/vim/vimrc @@ -19,8 +19,8 @@ Plug 'guns/xterm-color-table.vim' " Simple commenting Plug 'tpope/vim-commentary' -" Emmet but simpler -Plug 'rstacruz/sparkup' +" Faster HTML +Plug 'mattn/emmet-vim', { 'for': ['html', 'css'] } " Endwise - smart do-end, if-fi, if-end, case-esac, etc. Plug 'tpope/vim-endwise' @@ -348,9 +348,6 @@ nmap <leader>ss <Plug>SaveSession nmap <leader>sl <Plug>LoadSession nmap <leader>sd <Plug>DeleteSession nmap <leader>sq <Plug>CloseSession -" Sparkup {{{3 -let g:sparkupExecuteMapping = '<C-x><C-e><CR>' -let g:sparkupNextMapping = '<C-x><C-e><tab>' " Haskell {{{3 let hs_highlight_delimiters = 1 let hs_highlight_boolean = 1