]> Sergey Matveev's repositories - vim-lsp.git/commit
Move the autoload files into the lsp subdirectory
authorYegappan Lakshmanan <yegappan@yahoo.com>
Fri, 18 Feb 2022 02:06:38 +0000 (18:06 -0800)
committerYegappan Lakshmanan <yegappan@yahoo.com>
Fri, 18 Feb 2022 02:06:38 +0000 (18:06 -0800)
commitfe5ae7a12cfab9259d023283f53384aa2b2b63b3
tree6cd76a84a26ce4c9fd3860e65369a8c9bd8870ae
parent187ec56b1ad8b6ffc64ed41ece48af41dce88285
Move the autoload files into the lsp subdirectory
15 files changed:
autoload/lsp/buffer.vim [moved from autoload/buffer.vim with 100% similarity]
autoload/lsp/callhierarchy.vim [moved from autoload/callhierarchy.vim with 100% similarity]
autoload/lsp/codeaction.vim [moved from autoload/codeaction.vim with 100% similarity]
autoload/lsp/diag.vim [moved from autoload/diag.vim with 100% similarity]
autoload/lsp/handlers.vim [moved from autoload/handlers.vim with 100% similarity]
autoload/lsp/lsp.vim [moved from autoload/lsp.vim with 100% similarity]
autoload/lsp/lspoptions.vim [moved from autoload/lspoptions.vim with 100% similarity]
autoload/lsp/lspserver.vim [moved from autoload/lspserver.vim with 100% similarity]
autoload/lsp/outline.vim [moved from autoload/outline.vim with 100% similarity]
autoload/lsp/selection.vim [moved from autoload/selection.vim with 100% similarity]
autoload/lsp/signature.vim [moved from autoload/signature.vim with 100% similarity]
autoload/lsp/symbol.vim [moved from autoload/symbol.vim with 100% similarity]
autoload/lsp/textedit.vim [moved from autoload/textedit.vim with 100% similarity]
autoload/lsp/util.vim [moved from autoload/util.vim with 100% similarity]
plugin/lsp.vim