summaryrefslogtreecommitdiff
path: root/lua/lang
AgeCommit message (Collapse)Author
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-21[Feature] Allow for custom path to a language server binary (#1043)ichigo-gyuunyuu
2021-07-20Add sorbet lsp for ruby (#1035)Will Leinweber
2021-07-19Decoupling config from nvim (#1038)Christian Chiarulli
2021-07-19move julia stuff to core/lang (#1023)Abouzar Parvan
2021-07-18[Feature] Add Vue formatter (prettier) setup (#1016)Pasi Bergman
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-17Remove OmniSharp LSP root_dir config after nvim-lspconfig PR #1084 (#1006)Pasi Bergman
2021-07-17Ruby debugging support (#969)Abouzar Parvan
* Ruby debugging support * add comment for ruby debugging requirements
2021-07-17be explicit about stdin for formatters (#987)Abouzar Parvan
2021-07-16[Feature] add linter support (#982)Luc Sinet
2021-07-16add scala and sbt support (#986)Abouzar Parvan
2021-07-16Add format for zig (#991)maxxnino
Co-authored-by: maxxnino <[email protected]>
2021-07-15add clojure lspchristianchiarulli
2021-07-15add on attach to more langschristianchiarulli
2021-07-15fixed elixir on-attach (#979)Tiberiu Craciun
2021-07-15add erlangchristianchiarulli
2021-07-15[Feature] Hide formatter.nvim tempfiles (#955)not
2021-07-15[LANG] add basic files for Fish (#968)UltimateOmega
2021-07-15[LANG] c/cpp: formatter - run clang-format from CWD of file. (#967)James Walmsley
2021-07-15fixed styling issues (#952)Abouzar Parvan
2021-07-14Default config reformat (#951)Abouzar 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-14fix commentchristianchiarulli
2021-07-14more refactorchristianchiarulli