summaryrefslogtreecommitdiff
path: root/ftplugin
AgeCommit message (Collapse)Author
2021-07-15fixed styling issues (#952)Abouzar Parvan
2021-07-15Update yaml.luaAbouzar Parvan
2021-07-15Update vue.luaAbouzar Parvan
2021-07-14Refactor of c/cpp lsp and formatting (#947)Abouzar Parvan
2021-07-14more language reformat (#949)Abouzar Parvan
2021-07-14reformat most langschristianchiarulli
2021-07-14more refactorchristianchiarulli
2021-07-14added default elixir formatter (#934)Tiberiu Craciun
2021-07-14Update rust.lua (#935)Midnight Exigent
2021-07-14feat: add css (and pre-processors) support (#937)not
2021-07-14Typo (#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-14User 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-14already namespaced, will also move these to a dir called languageChris
2021-07-14begine language refactorChris
2021-07-13java default formatterchristianchiarulli
2021-07-13remove thischristianchiarulli
2021-07-13terraform formatterchristianchiarulli
2021-07-13remove thischristianchiarulli
2021-07-13Added 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-13poc with local prettier workingchristianchiarulli
2021-07-12Set root_dir for efm-langserver configurations (#899)Pasi Bergman
2021-07-12Now, 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-11Added autosave on focus loss option and list of errors to be ignored to ↵Jacek Kiedrowski
vimtex. (#873)
2021-07-10avoiding OCD attack with the help of folke/todo-comments (#839)Abouzar Parvan
2021-07-10refactor tex to use ftplugin onlychristianchiarulli
2021-07-10update python debug checkchristianchiarulli
2021-07-10update some commands for jdtlschristianchiarulli
2021-07-09java updatesChris
2021-07-09Refactor tsserver-ls as a shared module (#806)hui.liu
2021-07-09document highlights from nvim jdtlsChris
2021-07-09java tool working on macChris
2021-07-08fix java on attachChris
2021-07-08User 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-08Check lsp client is active for all language files (#790)hui.liu
2021-07-06fix indents with luachristianchiarulli
2021-07-05Add csharp ls setup for cs filetype (#712)Pasi Bergman
2021-07-05Fix vue lsp root_dir configuration (#716)Pasi Bergman
2021-07-05(feat) use neoformat as the defalt format option (#715)Rafael
2021-07-05debugging updateschristianchiarulli
2021-07-05only when dap install is activeChris
2021-07-05basic python debuggingChris
2021-07-04rename to docker fileChris
2021-07-04start formatting rulesRafael
2021-07-04Basics for php lsp (#664)PZ31k0nauT
* Update php.lua * Update default-config.lua * Update lv-config.example.lua
2021-07-04Solargraph 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-04disable rust for nowchristianchiarulli
2021-07-04using bufferline, barbar had too many conflicts unfortunatelychristianchiarulli
2021-07-03Rename latex.lua to tex.lua (#633)PZ31k0nauT
2021-07-03[LSP] clang - Support autoformat for all file-types. (#634)James Walmsley
2021-07-03eslint working (fixes) prettier working (with node modules)christianchiarulli