summaryrefslogtreecommitdiff
path: root/lua/lv-autocommands/init.lua
AgeCommit message (Collapse)Author
2021-06-26feat(java): Replace the current custom installation of java, with lspinstall ↵Marek Filipowicz
(#517)
2021-05-27QuickFix quality of life (#435)tafryn
* Exclude the quickfix buffer from the barbar buffer list * Add mapping and function to toggle the quickfix window
2021-05-25Support different config paths (#426)Amandus Søve Thorsrud
This makes the configuration files work if neovim's config path is different from `~/.config/nvim`.
2021-05-24Add Go auto commands (#424)David Hollinger III
2021-04-29Typescript (#311)rebuilt
* Add typescript formatting support * make sure vue is in the list of filetypes * Add typescriptreact formatting
2021-04-27Add autoformatting for ruby (#305)rebuilt
2021-04-15LunarVimchristianchiarulli