summaryrefslogtreecommitdiff
path: root/lua/settings.lua
AgeCommit message (Collapse)Author
2021-08-25[Feature] Encapsulate config logic (#1338)Luc Sinet
* Define core/builtins, streamline status_color interface * Encapsulate configuration in its own module * Add fallback to lv-config.lua * Rectify settings loading order to allow overriding vim options * Move default-config into config/ module * replace uv.fs_stat with utils.is_file
2021-07-26splits up the settings file. settings.lua gets required before lv-co… (#1097)rebuilt
* split settings into callable functions * renamed functions
2021-07-26fix: typos (#1110)Gauravsingh Sisodia
2021-07-24New contract (#1080)Christian Chiarulli
Changes to the global config object O is now lvim user_plugins is now plugins user_autocommands is now autocommands No more lang specific plugins Null-ls has replaced both formatter.nvim and nvim-lint
2021-07-18[Refactor] Make default keybindings configurable (#988)kylo252
2021-07-17allow users to set disabled vim builtins (#948)Abouzar Parvan
2021-07-16Fixed #911 (#990)Murtaza Udaipurwala
Co-authored-by: Murtaza Udaipurwal <murtaza@machine>
2021-07-15fixed styling issues (#952)Abouzar Parvan
2021-07-12remove tilde from EndOfBuffer in transparent mode (#885)user0210
the tildes are not transparent and are shown for example in nvimtree. you cant make them transparent, but we can remove them. no trailing whitespaces are generated.
2021-07-11[SETTINGS] Ensure <Leader> is mapped before plugin configs are sourced. (#863)James Walmsley
2021-07-11Line wrap cursor movement option (#855)rob
2021-07-10refactor settings for hotswapchristianchiarulli
2021-07-10refactor settingschristianchiarulli
2021-07-09config refactorchristianchiarulli
2021-07-09refactor plugin configchristianchiarulli
2021-07-09PoC zen mode hot reload config and refactorchristianchiarulli
2021-07-09make shiftwidth and tabstop configurable (#818)0.4.7Abouzar Parvan
2021-07-09update settingsChris
2021-07-09option to enable spell checking (#815)Robin Kautz
2021-07-09Add colorcolumn option for those who don't use indent line (#814)Jonathan Raines
* Add colorcolumn option for those who don't use indent line * Moved comment to appropriate place
2021-07-09fix styling issues (#811)Abouzar Parvan
2021-07-08call colorschemes only after they get installed (#798)rebuilt
2021-07-08add scrolloff config optionGruak
2021-07-08you can disable clipboard (#783)Abouzar Parvan
2021-07-07option for user to configure the cmdheight and number_width as per their ↵Ramiz Sarfaraj
liking. (#764) * few of my changes * option for user configuration of cmdheight and number_width
2021-07-05add SignColumn to transparent window option (#701)Pasquale
2021-07-04start formatting rulesRafael
2021-07-04remove whitespacechristianchiarulli
2021-07-04move colorscheme setting to settingschristianchiarulli
2021-07-03feat(615): transparent background option (#617)William Goulois
2021-07-03faster settings.lua; added globals to default conf (#609)Zahin Muhaimeen
2021-07-02Some lua touches (#587)maminou
* a way with lua!! * some! not all ;-( * shortmess
2021-06-28Allow setting ignorecase and smartcase from lvi-config.lua (#545)Lee Marlow
2021-06-28indent line plugin optionchristianchiarulli
2021-06-27use start now, for more speedchristianchiarulli
2021-06-27update settingsChris
2021-06-27removing plugins increasing speed by 100%, still needs more workChris
2021-06-26configured persistent undo (#529)Robin Kautz
2021-06-26Allow cursorline option to be configured by lv-settings (#526)tafryn
2021-06-18vim-sanegx: tiny plugin which deals with more use cases to the netrw_gx bug ↵rmagillxyz
(#479)
2021-05-28no idea why, but this causes and error in _meta.lua:21christianchiarulli
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-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-06fix expandtab (#373)dklymenk
* fix expandtab * fix expandtab
2021-05-06make timeoutlen configurableChris
2021-04-29lua based whichkeychristianchiarulli
2021-04-21Minor fixes (#287)shinu_donney
* Fix a typo * Update a faulty comment
2021-04-12updatechristianchiarulli
2021-04-07updateschristianchiarulli
2021-04-04udpateschristianchiarulli