| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: use luarocks-tag-release workflow | Marc Jakobi | 2023-02-03 | 2 | -14/+0 |
| | | |||||
| * | ci: add luarocks upload release workflowv0.1.5 | Marc Jakobi | 2023-01-08 | 2 | -0/+14 |
| | | | | | | | | | | | | | The recently added rockspec (see #2307) has to be prepared and uploaded to luarocks for each release. This adds an automated workflow for it, which has been tested with plenary.nvim. To be able to upload to luarocks, the owner of the luarocks account will have to add an API key named `LUAROCKS_API_KEY` to this repo's GitHub Actions secrets. | ||||
| * | chore(rust-analyzer): use `vim.json.decode` instead of `fn.json_decode` (#2096) | numToStr | 2022-08-27 | 1 | -1/+1 |
| | | |||||
| * | docs: unverbose, mention "settings" param | Justin M. Keyes | 2022-06-13 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | Problem: - The docs are verbose. - The "settings" param is not really clarified anywhere. Solution: - Mention the "settings" param in the README. - Tighten up the wording. - Remove the "Use a loop to conveniently call 'setup'..." advice in the docs. It confuses users and doesn't really save much code. - Start to reduce the scope of nvim-lspconfig. - For example, it is redundant for it to document general LSP things. Thus, the help section *lspconfig-lsp* was removed. closes #1951 | ||||
| * | docs: remove use of debug module for automatically extracting root pattern ↵ | Michael Lingelbach | 2022-03-20 | 1 | -16/+1 |
| | | | | | (#1799) | ||||
| * | docs: restore commands (#1798) | Michael Lingelbach | 2022-03-20 | 1 | -9/+10 |
| | | |||||
| * | docs: clean up styling in documentation (#1797) | Michael Lingelbach | 2022-03-20 | 1 | -11/+12 |
| | | | | Make it more obvious not to copy/paste default_config | ||||
| * | fix(help): workaround plugin/users overwritting tags (#1512) | Javier Lopez | 2021-11-30 | 2 | -22/+4 |
| | | | | | | | | | | | | | | Most plugin managers run :helptags in the plugin, which silently overwrites the existing doc/tags. this is an issue for us since lspconfig is manipulating the tags file to point to servers_configurations.md Instead create a markdown comment with the name of the wanted tag and make a copy in the repository of servers_configurations.md to server_configurations.txt. Now when :helptags runs it finds the txt file and generates the appropriate tag. The advantage is this solution should work in all platforms, it also removes lines from docgen CI. | ||||
| * | docs: make |lspconfig-server-configurations| jump to the markdown file (#1497) | Michael Lingelbach | 2021-11-27 | 2 | -1/+23 |
| | | | | | | | | | | | * generating the tags at docgen and modifying the |lspconfig-server-configurations| tag allows `:help lspconfig-server-configurations` take you to ./doc/server_configurations.md * adding a modeline to the markdown file ensures it sets the correct filetype Co-authored-by: Javier López <graulopezjavier@gmail.com> | ||||
| * | docs: fix docgen (#1486) | Michael Lingelbach | 2021-11-26 | 1 | -1/+1 |
| | | |||||
| * | chore: clean up imports | Michael Lingelbach | 2021-11-25 | 1 | -3/+3 |
| | | |||||
| * | feat: expose configs | Michael Lingelbach | 2021-11-25 | 1 | -2/+2 |
| | | |||||
| * | docs: documentation overhaul (#1384) | Michael Lingelbach | 2021-11-09 | 2 | -29/+1 |
| | | | | | | | * remove automated generation of vimdoc + ci * unify ADVANCED_README.md and vimdoc * rename CONFIGS.md to server_configurations.md, move into doc folder * move CONTRIBUTING.md to .github folder | ||||
| * | style: format files with stylua v0.11.0 | Peter Lithammer | 2021-09-23 | 1 | -1/+4 |
| | | |||||
| * | chore: remove modeline (#1177) | Michael Lingelbach | 2021-08-24 | 1 | -2/+0 |
| | | |||||
| * | chore: change stylua to single quotes (#1068) | Michael Lingelbach | 2021-07-13 | 2 | -76/+76 |
| | | |||||
| * | ci: lint and format with stylua | Michael Lingelbach | 2021-07-03 | 2 | -159/+186 |
| | | |||||
| * | docs(config.md): separate out lua require block | Michael Lingelbach | 2021-06-20 | 1 | -0/+6 |
| | | |||||
| * | Documentation fixes | Michael Lingelbach | 2021-03-27 | 1 | -3/+3 |
| | | |||||
| * | docgen: add vimdoc pipeline with babelfish | Michael Lingelbach | 2021-03-27 | 1 | -0/+25 |
| | | |||||
| * | docgen: when no description provided fallback to reading function from source | Michael Lingelbach | 2021-03-19 | 1 | -0/+17 |
| | | |||||
| * | docgen: fix if malformed json entries present | Michael Lingelbach | 2021-01-26 | 1 | -0/+3 |
| | | |||||
| * | Remove all installers and install logic | Michael Lingelbach | 2021-01-03 | 1 | -5/+0 |
| | | |||||
| * | Separate autogenerated readme from readme.md | Michael Lingelbach | 2020-12-20 | 2 | -243/+2 |
| | | |||||
| * | docgen: add '-v' option to curl for debugging | Hirokazu Hata | 2020-11-15 | 1 | -1/+1 |
| | | | | | | docgen script sometimes fails at downloading language server phase. But we can't know which language server's docgen phase was failed. | ||||
| * | Rename nvim_lsp to lspconfig | Hirokazu Hata | 2020-09-06 | 3 | -36/+36 |
| | | |||||
| * | Merge pull request #238 from steelsojka/angular-ls | Matthieu Coudron | 2020-11-14 | 1 | -1/+1 |
| |\ | | | | | feat(angular-ls): add angular language service | ||||
| | * | feat(angular-ls): add angular language service | Steven Sojka | 2020-08-31 | 1 | -1/+1 |
| | | | |||||
| * | | doc #346 | Justin M. Keyes | 2020-09-05 | 1 | -24/+28 |
| |/ | |||||
| * | Add example for how to get path to log file to README | Dheepak Krishnamurthy | 2020-07-19 | 1 | -0/+6 |
| | | |||||
| * | Update README.md to make lua block clearer to read | Dheepak Krishnamurthy | 2020-07-03 | 1 | -4/+17 |
| | | |||||
| * | docgen: escape GitHub Flavored Markdown punctuation characters | Hirokazu Hata | 2020-06-13 | 1 | -1/+8 |
| | | | | | https://github.github.com/gfm/#backslash-escapes | ||||
| * | test: add test runner script | Hirokazu Hata | 2020-05-19 | 1 | -0/+13 |
| | | |||||
| * | docgen: use package.json url instead of VSCode extension name | Hirokazu Hata | 2020-05-18 | 1 | -26/+0 |
| | | | | | | VSCode extensions are so large size and we offten get a network error with downloading them. So we had better to directory download package.json. | ||||
| * | doc: spell out when :packadd is needed | Justin M. Keyes | 2020-05-05 | 1 | -2/+2 |
| | | | | | https://github.com/neovim/nvim-lsp/issues/220 | ||||
| * | doc | Justin M. Keyes | 2020-05-04 | 1 | -0/+2 |
| | | |||||
| * | Fix small typo in README.md | Thomas Versteeg | 2020-04-09 | 1 | -1/+1 |
| | | |||||
| * | README_template.md: add how to override default_config | Hirokazu Hata | 2020-03-10 | 1 | -0/+13 |
| | | |||||
| * | [fix] e.g | kazukazuinaina | 2020-03-05 | 1 | -1/+1 |
| | | |||||
| * | [add] vim-plug url in README_templete | kazukazuinaina | 2020-03-04 | 1 | -0/+2 |
| | | |||||
| * | window/showMessage: the display level can be set for 'window/showMessage' ↵ | Hirokazu Hata | 2020-02-24 | 1 | -3/+7 |
| | | | | | | | notification related with #127 | ||||
| * | docgen.lua: call require_all_configs() earlier | Justin M. Keyes | 2020-02-02 | 1 | -1/+1 |
| | | | | | It is also needed by make_implemented_servers_list(). | ||||
| * | docgen.lua: require() all configs | Justin M. Keyes | 2020-02-02 | 2 | -3/+12 |
| | | | | | | Since 6d380677502d, configs are lazy-loaded. So docgen.lua needs to require() them explicitly. | ||||
| * | doc #108 | Justin M. Keyes | 2020-01-31 | 1 | -0/+5 |
| | | | | | - mention :packadd - more renames | ||||
| * | rename "skeleton" to "configs" | Justin M. Keyes | 2020-01-31 | 1 | -1/+1 |
| | | | | | | ref b487481e19ab ref #100 | ||||
| * | rename "skeleton" to "configs" #100 | Michael Lingelbach | 2020-01-31 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | `nvim_lsp/skeleton.lua` is not really a skeleton, it's a `configs` class that provides 1. actual functionality 2. a bunch of configs Each config is added to the `configs` object (FKA "skeleton") as a property. Those configs are not "templates", they are "configs". So we should clean up the wording in various places to say "config" instead of "skeleton"/"template". Closes #64 | ||||
| * | CI: luacheck #86 | Hirokazu Hata | 2019-12-31 | 1 | -7/+7 |
| | | |||||
| * | doc: Re - Emphasize dependency on Nvim HEAD/0.5 (#83) | Hirokazu Hata | 2019-12-27 | 1 | -6/+7 |
| | | |||||
| * | doc | Justin M. Keyes | 2019-12-08 | 1 | -2/+2 |
| | | |||||
| * | remove Vimscript wrapper nvim_lsp#setup() | Justin M. Keyes | 2019-12-08 | 2 | -87/+115 |
| | | | | | | | | | | | | | Lua is easy to use from Vimscript, there is no reason to have multiple ways to work with nvim-lsp. - massively clarifies the "story" that users need to comprehend - reduces surface area, maintenance, tests - avoids constant "Vim or Lua" dance in the documentation - simplifies discussions, tutorials, etc. - avoids confusing situation for users that start with Vimscript but later need Lua-only features | ||||
