Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-14 | more refactor | christianchiarulli | |
2021-07-14 | language template | Chris | |
2021-07-14 | Fix tsserver formatter not working (#925) | hui.liu | |
2021-07-14 | Allow override tsserver formatter args (#921) | hui.liu | |
2021-07-14 | Add formatter for typescript and typescriptreact (#920) | hui.liu | |
2021-07-14 | already namespaced, will also move these to a dir called language | Chris | |
2021-07-14 | begine language refactor | Chris | |
2021-07-13 | java default formatter | christianchiarulli | |
2021-07-13 | Added default formatters (#908) | Abouzar Parvan | |
* added default formatters for a couple of langs * fix: sugesstions from tastyep * allow users to change default formatters * suggestion: mellow pointed out the telescope issue * we don't need to use formatter.setup | |||
2021-07-13 | poc with local prettier working | christianchiarulli | |
2021-07-12 | Set root_dir for efm-langserver configurations (#899) | Pasi Bergman | |
2021-07-12 | add function to preview definitions (#883) | Rafael | |
* add function to preview definitions * add funciton to preview types and implementations * add borders Co-authored-by: Abouzar Parvan <[email protected]> | |||
2021-07-11 | Enable emmet-ls on vue filetype (#875) | Pasi Bergman | |
2021-07-11 | add eslint and eslint_d to efm (#877) | William Goulois | |
2021-07-10 | avoiding OCD attack with the help of folke/todo-comments (#839) | Abouzar Parvan | |
2021-07-10 | change formatter to exe | christianchiarulli | |
2021-07-10 | namespace document highlight under lsp | christianchiarulli | |
2021-07-09 | Refactor tsserver-ls as a shared module (#806) | hui.liu | |
2021-07-09 | fix styling issues (#811) | Abouzar Parvan | |
2021-07-06 | Setup tailwindcss-ls (#729) | hui.liu | |
2021-07-05 | Add borders to lsp popups (#686) | kjssad | |
* feat(lsp): add single type border to hover popup * feat(lsp): add single type border to signatureHelp * feat(lsp): add border to line diagnostic popup * feat(lsp): use global option to configure borders | |||
2021-07-05 | fixes condition to use local prettier (#678) | Robin Kautz | |
2021-07-05 | remove lspsaga | Chris | |
2021-07-04 | emmet-ls technically doesn't support react | christianchiarulli | |
2021-07-04 | shelfing null-ls for now, seems to slow things down significantly | Chris | |
2021-07-04 | Better JS/TS Development Experience (#667) | maxime50 | |
Co-authored-by: Maxime <[email protected]> | |||
2021-07-04 | seems to disable everything we may have to use a more complicated method | Chris | |
2021-07-04 | Prevent startup errors on first run (#645) | rob | |
2021-07-03 | eslint working (fixes) prettier working (with node modules) | christianchiarulli | |
2021-07-03 | [LSP] key-bind - ca is the nvim default for "change around". (#602) | James Walmsley | |
2021-07-01 | lsp in ftplugin austonautomoy | christianchiarulli | |
2021-06-30 | fix autoformatting | Chris | |
2021-06-30 | refactor autocommands | christianchiarulli | |
2021-06-29 | added rust-tools thanks to bob3000 (#544) | Abouzar Parvan | |
* added rust-tools * require_plugin has been removed | |||
2021-06-29 | use lsp to format json | Chris | |
2021-06-28 | config overhaul | christianchiarulli | |
2021-06-27 | more speed | christianchiarulli | |
2021-06-26 | feat(kotlin): Replace current custom kotlin installation with LspInstall ↵ | Marek Filipowicz | |
kotlin (#518) | |||
2021-06-26 | feat(java): Replace the current custom installation of java, with lspinstall ↵ | Marek Filipowicz | |
(#517) | |||
2021-06-18 | Simplify tailwindcss-ls config (#502) | Nawfal bin Mohmad Rouyan | |
latest nvim-lspconfig has all the necessary config for tailwindcss included. | |||
2021-06-18 | Remove "." directory in root pattern (#471) | Fabrizio Sestito | |
2021-06-18 | Add file types to terraform language server config (#467) | Fabrizio Sestito | |
2021-06-04 | LSP config of cmake (#455) | wcsjdzz | |
Co-authored-by: zhongzedu <[email protected]> | |||
2021-05-30 | tailwindcss LSP fix (#442) | maxime50 | |
2021-05-25 | Add setting to enable/disable document highlighting (#428) | tafryn | |
2021-05-25 | Support different config paths (#426) | Amandus Søve Thorsrud | |
This makes the configuration files work if neovim's config path is different from `~/.config/nvim`. | |||
2021-05-17 | added support for elixir (#403) | iToXiQ | |
2021-05-11 | Add Elm support (#386) | Andrés Otárola | |
* Add Elm support See: https://github.com/kabouzeid/nvim-lspinstall/pull/51 * remove comment | |||
2021-05-07 | Fix Vue LSP (#378) | Brymer Meneses | |
2021-05-05 | Add default lsp settings (#364) | Andrew Fridley | |
- for virtual text prefix and spacing - for signs - for underline |