summaryrefslogtreecommitdiff
path: root/lua/lv-globals.lua
AgeCommit message (Collapse)Author
2021-06-28config overhaulchristianchiarulli
2021-06-26Allow cursorline option to be configured by lv-settings (#526)tafryn
2021-05-29add some useful plugins to base config and a option to enable extraschristianchiarulli
2021-05-27bug fix for netrw's gx command (#431)rmagillxyz
* open remote link in browser correctly with gx, not in a tmp file
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-05-14Enable netrw (#394)rmagillxyz
* enable_netrw: source lv-globals before plugins and add nvim_tree_disable_netrw to lv-globals, otherwise netrw is never enabled. If netrw is not enabled, netrw-externapp functionality, things like gx and gf to follow http links do not work. * enable_netrw: add nvim_tree_disable_netrw to the lv-globals O object and set it in settings && source settings before plugins
2021-05-06make timeoutlen configurableChris
2021-05-04✨ Change dashboard header and footer by user (#363)Francisco Suárez
* :sparkles: ability to change dashboard header and footer. * :sparkles: lv-settings adapted. * comment to keep original one by default.
2021-05-03Improve LSP Icons (#331)Andrew Fridley
2021-05-03✨ Python analysis options (pyright) (#352)Francisco Suárez
2021-05-02Revert "Adds the ability to toggle on/off whichkey and dashboard (#337)"Chris
This reverts commit f15428e6550db4e37e25af54fb511459e26b6cb1.
2021-05-02Adds the ability to toggle on/off whichkey and dashboard (#337)rebuilt
2021-04-16Add lsp support for ruby (#258)przbadu
2021-04-15LunarVimchristianchiarulli