summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-04load keymaps before configchristianchiarulli
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-04update docschristianchiarulli
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-04Define a form for LSP issues (#626)Luc Sinet
* Define a form for LSP issues * Add reference to ftplugin/ for LSP issues
2021-07-04Adding tabnine for compe (#640)Abouzar Parvan
2021-07-04Configure the template chooser to include community links. (#644)Luc Sinet
2021-07-04[KEYBINDINGS] Add Alt-jk etc for move line up/down. (#659)James Walmsley
2021-07-04Solargraph uses stdio instead of --stdio (#642)Brandon Conway
You can see this in the [default config](https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig/solargraph.lua).
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-03Rename latex.lua to tex.lua (#633)PZ31k0nauT
2021-07-03[DASHBOARD] Fix Telescope config files lazy-load issue. (#632)James Walmsley
2021-07-03[LSP] clang - Support autoformat for all file-types. (#634)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-03fix(typo): nvcode -> LunarVim (#629)J.B.C
2021-07-03[WHICH-KEY] Add SymbolsOutline mapping. (#599)James Walmsley
2021-07-03Update nv script folder (#625)Henry Palacios
The path used by default in install.sh is ~/.config/nvim
2021-07-03hope config default setup0.3.1christianchiarulli
2021-07-03feat(615): transparent background option (#617)William Goulois
2021-07-03Define a form for general issues (#618)Luc Sinet
2021-07-03[LSP] key-bind - ca is the nvim default for "change around". (#602)James Walmsley
2021-07-03faster settings.lua; added globals to default conf (#609)Zahin Muhaimeen
2021-07-03elixir updatesChris
2021-07-03cleaning up galaxylineChris
2021-07-03Show all LSP Clients attached to the Buffer in GalaxyLine Bar (#611)Rohit Patil
* [UPDATE] change efm filetypes to only python * [UPDATE] shows all LSP Clients in galaxyline
2021-07-03[LSP] c/cpp - Fix to clang default config. (#612)James Walmsley
2021-07-03indent-blankline.nvim lua branch has been merged into master (#607)Abouzar Parvan
2021-07-03auto detect file for zig, and language server for zig (#604)maxxnino
Co-authored-by: maxxnino <[email protected]>