X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;ds=sidebyside;f=plugins-noroot-nolowendbox.vim;h=d665a29f9e1454dd4176ce96227a051dfc74633f;hb=72cdf2b3eafef9025ec012c5b179625e125b1744;hp=38fbfc4077c506c8b8e98cf8d212136a514be125;hpb=19695700dcb8ab123070cd19e192d7155eecc77e;p=vimconf.git diff --git a/plugins-noroot-nolowendbox.vim b/plugins-noroot-nolowendbox.vim index 38fbfc4..d665a29 100644 --- a/plugins-noroot-nolowendbox.vim +++ b/plugins-noroot-nolowendbox.vim @@ -41,7 +41,8 @@ else endif Plug 'ryanoasis/vim-devicons', Cond(g:enable_plugin_devicons) -Plug 'joom/latex-unicoder.vim', {'on': 'Unicoder'} +Plug 'joom/latex-unicoder.vim' +Plug 'chrisbra/unicode.vim' Plug 'sjl/splice.vim', {'on': 'SpliceInit'} @@ -241,6 +242,7 @@ EOF let g:vimtex_fold_levelmarker = '➜' au FileType c,cpp,obj,java,python packadd! vimspector + let g:vimspector_base_dir = expand('~/.vim/vimspector-config') let g:vimspector_install_gadgets = [ 'debugpy', 'vscode-cpptools' ] "let g:vimspector_enable_mappings = 'VISUAL_STUDIO' @@ -256,6 +258,7 @@ EOF nmap dc VimspectorContinue nmap ds VimspectorStop nmap dr :call VimspectorRestartOrCreateConfig() + "nmap dr :call vimspector#Restart() nmap drr :call vimspector#Reset() nmap dp VimspectorPause nmap db VimspectorToggleBreakpoint @@ -270,6 +273,6 @@ EOF " for visual mode, the visually selected text xmap de VimspectorBalloonEval - au BufNewFile .vimspector.json read ~/.vim/neosnippets/vimspector.json + au BufNewFile .vimspector.json read ~/.vim/vimspector-config/vimspector.json endfunction