Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-15 | fixed styling issues (#952) | Abouzar Parvan | |
2021-07-15 | Update yaml.lua | Abouzar Parvan | |
2021-07-15 | Update vue.lua | Abouzar Parvan | |
2021-07-14 | Refactor of c/cpp lsp and formatting (#947) | Abouzar Parvan | |
2021-07-14 | more language reformat (#949) | Abouzar Parvan | |
2021-07-14 | reformat most langs | christianchiarulli | |
2021-07-14 | more refactor | christianchiarulli | |
2021-07-14 | added default elixir formatter (#934) | Tiberiu Craciun | |
2021-07-14 | Update rust.lua (#935) | Midnight Exigent | |
2021-07-14 | feat: add css (and pre-processors) support (#937) | not | |
2021-07-14 | Typo (#924) | Huynh Viet | |
Fixed : E5108: Error executing lua /home/qvieth/.config/nvim/ftplugin/cpp.lua:4: attempt to index field 'c' (a nil value) while using Formatted for C | |||
2021-07-14 | User configurable latex lsp#2 (#861) | PZ31k0nauT | |
* Adjust tex.lua and default-config for lsp magic With this commit table elements are added to default-config.lua, which are referenced in tex.lua. The settings are set to default. This enables the user to configure settings accordingly inside of lv-config.lua. - build arguments - forwardsearch executable e.g. zathura - forwardsearch arguments for chosen executable are implemented automatically - handlers for virtual_text, signs, underline and update_in_insert are set to the default * Added Texlab-Build and Forward as which-keys With this commit the two commands `:TexlabBuild` and `:TexlabForward` are added as which-keys under the category +LaTeX. - b is for TexlabBuild - p is for TexlanForward (Preview) * Change which-key for +Latex The which-key for +Latex has to be changed because `L` is already used by +Lush. With this commit the which-key for +Latex is changed to `t`. * Add documentation of options All configurable texlab option is documented in lv-config.example.lua. Also a link to the documentation of the options from latex-lsp/texlab is added. | |||
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 | remove this | christianchiarulli | |
2021-07-13 | terraform formatter | christianchiarulli | |
2021-07-13 | remove this | 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 | Now, cssls and autocomplete now works with css scss sass files (#846) | Resat Kubilay Kandemir | |
* Now, cssls and autocomplete now works with css scss sass files * Now, cssls and autocomplete now works with css scss sass files | |||
2021-07-11 | Added autosave on focus loss option and list of errors to be ignored to ↵ | Jacek Kiedrowski | |
vimtex. (#873) | |||
2021-07-10 | avoiding OCD attack with the help of folke/todo-comments (#839) | Abouzar Parvan | |
2021-07-10 | refactor tex to use ftplugin only | christianchiarulli | |
2021-07-10 | update python debug check | christianchiarulli | |
2021-07-10 | update some commands for jdtls | christianchiarulli | |
2021-07-09 | java updates | Chris | |
2021-07-09 | Refactor tsserver-ls as a shared module (#806) | hui.liu | |
2021-07-09 | document highlights from nvim jdtls | Chris | |
2021-07-09 | java tool working on mac | Chris | |
2021-07-08 | fix java on attach | Chris | |
2021-07-08 | User config option to change Rust inline hint/param prefixes (#774) | Henrik Nilsson | |
* User configurable Rust inline hint prefixes * Ordered the language list * Rust param hints and ordered lang list | |||
2021-07-08 | Check lsp client is active for all language files (#790) | hui.liu | |
2021-07-06 | fix indents with lua | christianchiarulli | |
2021-07-05 | Add csharp ls setup for cs filetype (#712) | Pasi Bergman | |
2021-07-05 | Fix vue lsp root_dir configuration (#716) | Pasi Bergman | |
2021-07-05 | (feat) use neoformat as the defalt format option (#715) | Rafael | |
2021-07-05 | debugging updates | christianchiarulli | |
2021-07-05 | only when dap install is active | Chris | |
2021-07-05 | basic python debugging | Chris | |
2021-07-04 | rename to docker file | Chris | |
2021-07-04 | start formatting rules | Rafael | |
2021-07-04 | Basics for php lsp (#664) | PZ31k0nauT | |
* Update php.lua * Update default-config.lua * Update lv-config.example.lua | |||
2021-07-04 | Solargraph uses stdio instead of --stdio (#642) | Brandon Conway | |
You can see this in the [default config](https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig/solargraph.lua). | |||
2021-07-04 | disable rust for now | christianchiarulli | |
2021-07-04 | using bufferline, barbar had too many conflicts unfortunately | christianchiarulli | |
2021-07-03 | Rename latex.lua to tex.lua (#633) | PZ31k0nauT | |
2021-07-03 | [LSP] clang - Support autoformat for all file-types. (#634) | James Walmsley | |
2021-07-03 | eslint working (fixes) prettier working (with node modules) | christianchiarulli | |