aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/lspconfig.lua
Commit message (Collapse)AuthorAgeFilesLines
...
* feat!: 0.7 API update (#1984)Ranjith Hegde2022-08-231-0/+91
* switch to lua api for autocommands * switch to nvim_create_user_command * move to lua plugin initialization NOTICE: Defining commands in server configurations will be deprecated in future releases. See `:help lspconfig.txt` to setup the same in an `on_attach` function. Co-authored-by: Michael Lingelbach <m.j.lbach@gmail.com>