summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Collapse)Author
2021-07-21[Feature] Make common_on_attach configurable (#1024)kylo252
2021-07-21[Feature]: Add callbacks for plugins with a config entry for packer (#1042)devtoi
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-20Fix autolint group definition (#1041)Luc Sinet
2021-07-19Decoupling config from nvim (#1038)Christian Chiarulli
2021-07-19fixed terminal navigation keys (#1033)Abouzar Parvan
2021-07-19fix document highlight bug for javascript,typescript... (#1017)PBird
2021-07-19Fix reports from luacheck (#1031)Luc Sinet
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-19toggle() already follows the file, no need for find_file() (#1020)Abouzar Parvan
2021-07-19reverting due to #1018Abouzar Parvan
2021-07-18Add setting to enable/disable the default lsp keybinds (#896)Ben Goldberg
2021-07-18unpin nvim-tree.luaAbouzar Parvan
2021-07-18[Bugfix] Fix tsserver lsp setup. Fix ts-fmt-lint setup (#1013)Pasi Bergman
2021-07-18[Feature] Add Vue formatter (prettier) setup (#1016)Pasi Bergman
2021-07-18Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rollingchristianchiarulli
2021-07-18nil check for extended argschristianchiarulli
2021-07-18Split plugin loading logic from the configuration (#796)Luc Sinet
2021-07-18[Feature] Allow users to inspect all settings inside LV (#984)Abouzar Parvan
2021-07-18[Feature] Add R support (#965)Abouzar Parvan
2021-07-18[Feature] Add swift support (#1002)Abouzar Parvan
2021-07-18fix keymappings issueAbouzar Parvan
2021-07-18[Refactor] Make default keybindings configurable (#988)kylo252
2021-07-18fixing broken nvimtree (#1012)Abouzar Parvan
2021-07-17a better path_display default for telescope (#1009)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-17fix: diagnostics level for eslint and $ missing (#1001)William Goulois
2021-07-17also source keymapschristianchiarulli
2021-07-17[Refactor] nvimtree to be configurable (#970)chaeing
* Refactor nvimtree to be configurable * Correct the location of .stylua.toml in Contrib.md Co-authored-by: Christian Chiarulli <[email protected]>
2021-07-17allow users to set disabled vim builtins (#948)Abouzar Parvan
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-17this throws errors sometimeschristianchiarulli
2021-07-16fix borders and doc highlightchristianchiarulli
2021-07-16this may break things if not specified like thischristianchiarulli
2021-07-16global virtualtext is respected for jschristianchiarulli
2021-07-16[Feature] add linter support (#982)Luc Sinet
2021-07-16add scala and sbt support (#986)Abouzar Parvan
2021-07-16:tada: telescope supports colorscheme preview (#995)Abouzar Parvan
2021-07-16Add format for zig (#991)maxxnino
Co-authored-by: maxxnino <[email protected]>
2021-07-16Fixed #911 (#990)Murtaza Udaipurwala
Co-authored-by: Murtaza Udaipurwal <murtaza@machine>
2021-07-15another fixchristianchiarulli
2021-07-15fixchristianchiarulli
2021-07-15updatechristianchiarulli
2021-07-15add option to use change folding mode (#978)Abouzar Parvan
2021-07-15add clojure lspchristianchiarulli
2021-07-15add on attach to more langschristianchiarulli