summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Collapse)Author
2021-07-05switch to absolute line numbers in insert mode (#702)Robin Kautz
* switch to absolute line numbers in insert mode * made aucmd respect cursorline setting
2021-07-05Adds: packer keybindings (#709)rebuilt
2021-07-05debugging updateschristianchiarulli
2021-07-05evenly resize split windows (#698)Robin Kautz
* evenly resize split windows * fixed indention
2021-07-05add SignColumn to transparent window option (#701)Pasquale
2021-07-05Add True/False to dial (#707)jimcornmell
For languages like Python.
2021-07-05Add borders to lsp popups (#686)kjssad
* feat(lsp): add single type border to hover popup * feat(lsp): add single type border to signatureHelp * feat(lsp): add border to line diagnostic popup * feat(lsp): use global option to configure borders
2021-07-05fixes condition to use local prettier (#678)Robin Kautz
2021-07-05remove lspsagaChris
2021-07-05add ! to close the tabChris
2021-07-05basic python debuggingChris
2021-07-04emmet-ls technically doesn't support reactchristianchiarulli
2021-07-04shelfing null-ls for now, seems to slow things down significantlyChris
2021-07-04Remove `extras` Config option since extras plugins are enabled individualy ↵maxime50
now (#673) * Remove `extras` Global Config * remove white space Co-authored-by: maxime50 <>
2021-07-04start formatting rulesRafael
2021-07-04Changed ft of latex (lervag/vimtex) to correct 'tex' value. Need to run ↵Jacek Kiedrowski
PackerInstall, Compile etc to make it work after this change. (#670)
2021-07-04Better JS/TS Development Experience (#667)maxime50
Co-authored-by: Maxime <[email protected]>
2021-07-04Merge branch 'master' of github.com:ChristianChiarulli/LunarVimchristianchiarulli
2021-07-04cleaner treechristianchiarulli
2021-07-04[KEYMAP] Support quickfix navigation with [q / ]q (#660)James Walmsley
2021-07-04Merge branch 'master' of github.com:ChristianChiarulli/LunarVimchristianchiarulli
2021-07-04galaxyline will follow theme colors, still need themes that support these hl ↵christianchiarulli
groups tho
2021-07-04typo Bdelete instead of bdelete (#666)Kai
2021-07-04much more handsome bufferlinechristianchiarulli
2021-07-04Basics for php lsp (#664)PZ31k0nauT
* Update php.lua * Update default-config.lua * Update lv-config.example.lua
2021-07-04remove whitespacechristianchiarulli
2021-07-04move colorscheme setting to settingschristianchiarulli
2021-07-04remove package loaded for nowchristianchiarulli
2021-07-04more lazyloadchristianchiarulli
2021-07-04more lazyloadChris
2021-07-04Snippets in config dir (#661)PZ31k0nauT
* Update init.lua * Update init.lua * Update init.lua * Update default-config.lua
2021-07-04Adding tabnine for compe (#640)Abouzar Parvan
2021-07-04[KEYBINDINGS] Add Alt-jk etc for move line up/down. (#659)James Walmsley
2021-07-04lazy load lspinstall (#654)rebuilt
2021-07-04Fix close buffer command according to new bufferline plugin (#650)maxxnino
* auto detect file for zig, and language server for zig * fix close buffer command according to new bufferline plugin Co-authored-by: maxxnino <[email protected]>
2021-07-04seems to disable everything we may have to use a more complicated methodChris
2021-07-04Prevent startup errors on first run (#645)rob
2021-07-04no more ft for rust tools for nowChris
2021-07-04support ruby filesChris
2021-07-04disable rust for nowchristianchiarulli
2021-07-04Merge branch 'master' of github.com:ChristianChiarulli/LunarVimchristianchiarulli
2021-07-04using bufferline, barbar had too many conflicts unfortunatelychristianchiarulli
2021-07-04Fix typo (#636)Brandon Conway
2021-07-03[DASHBOARD] Fix Telescope config files lazy-load issue. (#632)James Walmsley
2021-07-03eslint working (fixes) prettier working (with node modules)christianchiarulli
2021-07-03added Clangd format_on_save (#621)Mayank Dutta
* clang autoformat do save lot of trouble * clang autoformat do save lot of trouble * clang indentation done, comments updated * clang indentation done, comments updated Co-authored-by: Mayank Sharma <[email protected]>
2021-07-03[WHICH-KEY] Add SymbolsOutline mapping. (#599)James Walmsley
2021-07-03hope config default setup0.3.1christianchiarulli
2021-07-03feat(615): transparent background option (#617)William Goulois
2021-07-03[LSP] key-bind - ca is the nvim default for "change around". (#602)James Walmsley