diff --git a/vimrc b/vimrc index 0bee607..7c98370 100644 --- a/vimrc +++ b/vimrc @@ -319,10 +319,11 @@ Plug 'AndrewRadev/switch.vim' let g:switch_mapping = '-' let g:switch_custom_definitions = [ \ ['0', '1'], - \ ['ease-in', 'ease-out'], + \ ['ease-in', 'ease-out', 'ease-in-out', 'linear'], \ ['auto', 'none'], \ ['left', 'right'], \ ['top', 'bottom'], + \ ['row', 'column'], \ ['relative', 'absolute', 'fixed'] \ ] @@ -379,7 +380,7 @@ let g:lsp_signs_information = {'text': '--'} let g:lsp_signs_hint = {'text': '--'} let g:lsp_diagnostics_echo_cursor = 1 let g:lsp_diagnostics_echo_delay = 0 -nnoremap \l :LspDocumentDiagnostics +nnoremap \l :cclose:LspDocumentDiagnostics nnoremap \h :LspHover nnoremap \d :LspDefinition nnoremap \r :LspReferences @@ -388,7 +389,7 @@ nnoremap \s :LspDocumentSymbol nnoremap \w :LspWorkspaceSymbol nnoremap \ff :LspDocumentFormat nnoremap \fr :LspDocumentRangeFormat -augroup User lsp_setup +augroup User lsp_setup autocmd! if executable('vls') autocmd User lsp_setup call lsp#register_server({ @@ -990,6 +991,9 @@ nnoremap dd :DD " write and delete current buffer nnoremap bx :w\|bd +"}}} +" terminal{{{ +tnoremap "}}} " git mappings {{{ nnoremap gs :Gstatus