Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-17 | refactor(autocmds): clean up filetype detection rules (#3625) | kylo252 | |
* refactor(lua): simplify gf utility * refactor(autocmds): cleanup * refactor(ftdetect): use vim.filetype.add instead | |||
2022-10-04 | refactor: more deliberate reload (#3133) | kylo252 | |
2022-10-03 | feat: now, when you're hovering over a require('a.b.c'), you can type gf, ↵ | Hashem A. Damrah | |
and go to the 'c.lua' file (#3122) | |||
2021-10-03 | refactor: auto-generate language configuration (#1584) | kylo252 | |
Refactor the monolithic `lvim.lang` design into a more modular approach. IMPORTANT: run `:LvimUpdate` in order to generate the new ftplugin template files. | |||
2021-09-06 | fix not being able to add linters and formatters to docker (#1486) | Luong Vo | |
2021-09-05 | feat: solidity language support with solang | Christian Chiarulli | |
2021-09-04 | Add support for bicep (#1451) | Craig Anderson | |
2021-08-30 | Setup tailwindcss language server (#1376) | hui.liu | |
2021-08-28 | netrw ftplugin | Christian Chiarulli | |
2021-08-19 | support nix language (#1347) | Abouzar Parvan | |
2021-08-18 | [Feature]: LSP Fortran (#1342) | Phúc Lê Khắc | |
* null-ls needs to be pinned as well * unpin null-ls * lsp: fortran Co-authored-by: Abouzar Parvan <[email protected]> Co-authored-by: christianchiarulli <[email protected]> | |||
2021-08-15 | fix commentstring for elixir files (#1321) | Abouzar Parvan | |
2021-08-06 | fix: typos in ftplugin/ | grvxs | |
2021-08-06 | [Feature] Add PowerShell language server support (#1244) | Pasi Bergman | |
2021-08-04 | fix formatting and linting (#1220) | Abouzar Parvan | |
2021-08-03 | fix comment string for toml | christianchiarulli | |
2021-08-01 | haskell support | christianchiarulli | |
2021-07-31 | add gdscript lsp support (#1164) | MengChen. Huang | |
2021-07-29 | properly support terraform0.5.1 | Chris | |
2021-07-28 | just use tf | Chris | |
2021-07-28 | fix terraform | Chris | |
2021-07-28 | null-ls formatter name is different from its command (#1141) | Abouzar Parvan | |
* null-ls formatter name is different from it's command * add more language support * nil is unnecessary | |||
2021-07-27 | basic puppet support | Chris | |
2021-07-25 | fix csharp | christianchiarulli | |
2021-07-24 | New contract (#1080) | Christian Chiarulli | |
Changes to the global config object O is now lvim user_plugins is now plugins user_autocommands is now autocommands No more lang specific plugins Null-ls has replaced both formatter.nvim and nvim-lint | |||
2021-07-19 | move julia stuff to core/lang (#1023) | Abouzar Parvan | |
2021-07-19 | [Feature]: Add language server support for Julia (#423) (#918) | JVaverka | |
2021-07-18 | [Feature] Add R support (#965) | Abouzar Parvan | |
2021-07-18 | [Feature] Add swift support (#1002) | Abouzar Parvan | |
2021-07-17 | added support for svelte (#1008) | Abouzar Parvan | |
2021-07-16 | add scala and sbt support (#986) | Abouzar Parvan | |
2021-07-15 | add clojure lsp | christianchiarulli | |
2021-07-15 | add erlang | christianchiarulli | |
2021-07-15 | [LANG] add basic files for Fish (#968) | UltimateOmega | |
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 | |