]> Sergey Matveev's repositories - vim-lsp.git/commit
Move the text edit and code action functions to a separate file
authorYegappan Lakshmanan <yegappan@yahoo.com>
Fri, 14 Jan 2022 15:22:27 +0000 (07:22 -0800)
committerYegappan Lakshmanan <yegappan@yahoo.com>
Fri, 14 Jan 2022 15:22:27 +0000 (07:22 -0800)
commitd043d7c8ce62cf07c730af28998b4e2f4dfce3f7
tree882d5e26cb2f976a110bbff16f42c3f587f15f5e
parentaaebdaf4b3f35f591e833eec9d7e9244249f6cae
Move the text edit and code action functions to a separate file
autoload/codeaction.vim [new file with mode: 0644]
autoload/handlers.vim
autoload/lspoptions.vim
autoload/lspserver.vim
autoload/outline.vim
autoload/symbolsearch.vim
autoload/textedit.vim [new file with mode: 0644]
doc/lsp.txt
test/test_lsp.vim