plugin/lsp.vim | 3 --- diff --git a/plugin/lsp.vim b/plugin/lsp.vim index 28cdccbb23ffb4846b060ef55bdfbd30938b36c3..c983f56cf0bf8da2a2ee24b6076d3aa7fea8d71b 100644 --- a/plugin/lsp.vim +++ b/plugin/lsp.vim @@ -7,9 +7,6 @@ vim9script # Language Server Protocol (LSP) plugin for vim -if exists('g:loaded_lsp') - finish -endif g:loaded_lsp = 1 import autoload '../autoload/lsp/options.vim'