summaryrefslogtreecommitdiff
path: root/ftplugin
AgeCommit message (Collapse)Author
2022-12-17refactor(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-04refactor: more deliberate reload (#3133)kylo252
2022-10-03feat: 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-03refactor: 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-06fix not being able to add linters and formatters to docker (#1486)Luong Vo
2021-09-05feat: solidity language support with solangChristian Chiarulli
2021-09-04Add support for bicep (#1451)Craig Anderson
2021-08-30Setup tailwindcss language server (#1376)hui.liu
2021-08-28netrw ftpluginChristian Chiarulli
2021-08-19support 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-15fix commentstring for elixir files (#1321)Abouzar Parvan
2021-08-06fix: typos in ftplugin/grvxs
2021-08-06[Feature] Add PowerShell language server support (#1244)Pasi Bergman
2021-08-04fix formatting and linting (#1220)Abouzar Parvan
2021-08-03fix comment string for tomlchristianchiarulli
2021-08-01haskell supportchristianchiarulli
2021-07-31add gdscript lsp support (#1164)MengChen. Huang
2021-07-29properly support terraform0.5.1Chris
2021-07-28just use tfChris
2021-07-28fix terraformChris
2021-07-28null-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-27basic puppet supportChris
2021-07-25fix csharpchristianchiarulli
2021-07-24New 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-19move 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-17added support for svelte (#1008)Abouzar Parvan
2021-07-16add scala and sbt support (#986)Abouzar Parvan
2021-07-15add clojure lspchristianchiarulli
2021-07-15add erlangchristianchiarulli
2021-07-15[LANG] add basic files for Fish (#968)UltimateOmega
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