summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Collapse)Author
2021-07-31why is eslint_d so bad (#1192)Abouzar Parvan
2021-07-31show the actual command (#1191)Abouzar Parvan
2021-07-31Wraps the logic in parenthesis so it works correctly (#1190)rebuilt
2021-07-31fix eslint_d issue (#1189)Abouzar Parvan
2021-07-31gs for signature helpChris
2021-07-31[Feature] Expose lsp config (#1156)Luc Sinet
2021-07-31Add the better peek functions (#1172)Geet Sethi
2021-07-31feat: get null-ls registered providers by filetype (#1186)kylo252
2021-07-31feat: add diagnostics source name (#1147)kylo252
2021-07-31[Refactor] Define keymapppings helpers in utils.keymap (#1176)Luc Sinet
2021-07-31cleanup formatting handler (#1185)kylo252
2021-07-31fix luacheck issues (#1184)Abouzar Parvan
2021-07-31make telescope keybindings more sane (#1154)Abouzar Parvan
2021-07-31add on init to gdscriptChris
2021-07-31add gdscript lsp support (#1164)MengChen. Huang
2021-07-31fix format_handlerChris
2021-07-31Enable querying lang-server formatting capabilities (#1078)kylo252
2021-07-30Fix the galaxyline null pointer issue (#1179)Abouzar Parvan
2021-07-29add packerstatusChris
2021-07-29fix: Use null-ls eslint diagnostics config with eslint_d exe (#1159)Pasi Bergman
2021-07-29fix: change peekDefinition method locationaaronsms
2021-07-29fix null-lsChris
2021-07-29require when neededChris
2021-07-29properly support terraform0.5.1Chris
2021-07-28move lsp autocommandChris
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