summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Collapse)Author
2021-07-28require at the topChris
2021-07-28service was a good idea, thank you tastyChris
2021-07-28Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rollingChris
2021-07-28refactor capabilites functionChris
2021-07-28fix: correct vue lsp provider name (#1150)Pasi Bergman
2021-07-28use utils in null-lsChris
2021-07-28move istable and isstring to utilsChris
2021-07-28refactor lsp keybindsChris
2021-07-28more refactorChris
2021-07-28Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rollingChris
2021-07-28begin lsp refactorChris
2021-07-28Fix typo in insert mode keybindingsAlvaro Troya
2021-07-28no need to add root patterns, airblade/vim-rooter#123 got mergedRafael Madriz
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-28don't use this plugin strategy because it makes packer sadchristianchiarulli
2021-07-27feat: resolve null-ls tag in galaxyline (#1138)kylo252
2021-07-27include `package-lock.json` & `package.json` in root patterns (#1133)Rafael
* Just adds package.json and package-lock.json for the root patterns of vim-rooter * The other ones are the default patterns, see `:help g:rooter_patterns`
2021-07-27do not touch bufferline if nvimtree is on the right sideAbouzar Parvan
2021-07-27appreantly omnisharp has changed (#1136)Abouzar Parvan
2021-07-27basic puppet supportChris
2021-07-27Conditionally enable TAB to trigger completion based on filetype. Disable ↵rebuilt
completion for simple text files (#1130) * disable tab completion for markdown * md is markdown * Set local keybindings conditionally based on filetype. Disable tab complete for text files * Rename functions and expose excluded filetypes setting for compe Co-authored-by: abzcoding <[email protected]>
2021-07-27remove ts-toolsChris
2021-07-27don't remap tab, too much pain involvedChris
2021-07-27Wrap lsp default_keybindings in function instead of load on 1st require (#1128)devtoi
Co-authored-by: Johan Melin <[email protected]>
2021-07-26disable yaml for treesitter indentChris
2021-07-26remove commentChris
2021-07-26splits up the settings file. settings.lua gets required before lv-co… (#1097)rebuilt
* split settings into callable functions * renamed functions
2021-07-26correct spelling (chktex) (#1126)Dylan Barker
2021-07-26run stylua (#1122)Barlingo
Co-authored-by: Diego Barranco <[email protected]>
2021-07-26don't break for .fishChris
2021-07-26global O -> lvimChris
2021-07-26[Refactor] remove lv prefix (#1112)Luc Sinet
* Rename lv-utils into utils * Move commands defined in utils into core/commands.lua
2021-07-26add fields for latex (#1118)ichigo-gyuunyuu
2021-07-26more formatter and linter fieldsChris
2021-07-26more formatters and lintersChris
2021-07-26linter fields for tfChris
2021-07-26BufWritePre enables format on save for lv-config.lua (#1111)rebuilt
2021-07-26Update highlights.lua (#1114)ichigo-gyuunyuu
2021-07-26fix: WarningMsg color was red (#1092)William Goulois
2021-07-26fix: typos (#1110)Gauravsingh Sisodia
2021-07-26Update init.lua (#1108)ichigo-gyuunyuu
2021-07-26new footerchristianchiarulli
2021-07-26compatible 0.5 treesitterchristianchiarulli
2021-07-26add sveltechristianchiarulli
2021-07-25basic scala supportchristianchiarulli
2021-07-25autoindent issue solved finallychristianchiarulli
2021-07-25remove defaults.find_command (#1096)Real Human
Co-authored-by: tiannaru <[email protected]>
2021-07-25fixing more langsChris