diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..6e92f57d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +tags diff --git a/doc/vim-lsp.txt b/doc/vim-lsp.txt new file mode 100644 index 00000000..a8081c51 --- /dev/null +++ b/doc/vim-lsp.txt @@ -0,0 +1,13 @@ +*vim-lsp.txt* Async Language Server Protocol (LSP) for Vim 8 and Neovim. +*vim-lsp* + +=============================================================================== +CONTENTS *vim-lsp-contents* + + 1. Introduction |asyncomplete-introduction| + + +=============================================================================== +1. Introduction *vim-lsp-introduction* + +Async Language Server Protocol (LSP) for Vim 8 and Neovim.