diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a512762..2ffd1d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - name: panvimdoc uses: kdheepak/panvimdoc@main with: - vimdoc: autocomplete + vimdoc: lspecho treesitter: true - uses: stefanzweifel/git-auto-commit-action@v4 with: diff --git a/doc/autocomplete.txt b/doc/autocomplete.txt deleted file mode 100644 index 9887877..0000000 --- a/doc/autocomplete.txt +++ /dev/null @@ -1,38 +0,0 @@ -*autocomplete.txt* For NVIM v0.8.0 Last change: 2024 February 18 - -============================================================================== -Table of Contents *autocomplete-table-of-contents* - -1. lspecho.nvim |autocomplete-lspecho.nvim| - - Usage |autocomplete-lspecho.nvim-usage| - - Similar projects |autocomplete-lspecho.nvim-similar-projects| - -============================================================================== -1. lspecho.nvim *autocomplete-lspecho.nvim* - -Just echo the LSP status, its that simple. - -People put LSP status to statusline or to corner as virtual text but you can -also just echo it and it will be displayed on cmdline thats empty most of the -time anyway and 1 whole line is more than enough space for LSP status. -Originally I wrote this for my dotfiles but I figured might as well just make -it plugin. - - -USAGE *autocomplete-lspecho.nvim-usage* - -Just require and call setup and thats it. - ->lua - require("lspecho").setup() -< - - -SIMILAR PROJECTS *autocomplete-lspecho.nvim-similar-projects* - -- https://github.com/linrongbin16/lsp-progress.nvim - in statusline -- https://github.com/j-hui/fidget.nvim - in corner - -Generated by panvimdoc - -vim:tw=78:ts=8:noet:ft=help:norl: