diff options
| author | jdhao <jdhao@hotmail.com> | 2022-01-09 00:08:36 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-01-09 00:08:36 +0800 |
| commit | 97fcc581e620cd5b8fce74b084c7c0f5b80233ee (patch) | |
| tree | 169f6a78b6678de54f47761d2884cd1ace398c5c /core | |
| parent | 2e9f5fedfa55a557bf38b4131115ae2b61b2b761 (diff) | |
chore: remove semshi settings
That plugin has been deleted before
Diffstat (limited to 'core')
| -rw-r--r-- | core/plugins.vim | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index 8da2d16..08a8d76 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -27,13 +27,6 @@ let g:UltiSnipsJumpBackwardTrigger='<c-k>' " https://jdhao.github.io/2019/04/17/neovim_snippet_s1/ for details. let g:UltiSnipsSnippetDirectories=['UltiSnips', 'my_snippets'] -"""""""""""""""""""""""""" semshi settings """"""""""""""""""""""""""""""" -" Do not highlight for all occurrences of variable under cursor -let g:semshi#mark_selected_nodes=0 - -" Do not show error sign since linting plugin is specialized for that -let g:semshi#error_sign=v:false - """""""""""""""""""""""""" vlime settings """""""""""""""""""""""""""""""" command! -nargs=0 StartVlime call jobstart(printf("sbcl --load %s/vlime/lisp/start-vlime.lisp", g:package_home)) |
