Age | Commit 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-26 | splits up the settings file. settings.lua gets required before lv-co⦠(#1097) | rebuilt | |
* split settings into callable functions * renamed functions | |||
2021-07-26 | fix: typos (#1110) | Gauravsingh Sisodia | |
2021-07-24 | New 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-17 | allow users to set disabled vim builtins (#948) | Abouzar Parvan | |
2021-07-16 | Fixed #911 (#990) | Murtaza Udaipurwala | |
Co-authored-by: Murtaza Udaipurwal <murtaza@machine> | |||
2021-07-15 | fixed styling issues (#952) | Abouzar Parvan | |
2021-07-12 | remove 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-11 | Line wrap cursor movement option (#855) | rob | |
2021-07-10 | refactor settings for hotswap | christianchiarulli | |
2021-07-10 | refactor settings | christianchiarulli | |
2021-07-09 | config refactor | christianchiarulli | |
2021-07-09 | refactor plugin config | christianchiarulli | |
2021-07-09 | PoC zen mode hot reload config and refactor | christianchiarulli | |
2021-07-09 | make shiftwidth and tabstop configurable (#818)0.4.7 | Abouzar Parvan | |
2021-07-09 | update settings | Chris | |
2021-07-09 | option to enable spell checking (#815) | Robin Kautz | |
2021-07-09 | Add 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-09 | fix styling issues (#811) | Abouzar Parvan | |
2021-07-08 | call colorschemes only after they get installed (#798) | rebuilt | |
2021-07-08 | add scrolloff config option | Gruak | |
2021-07-08 | you can disable clipboard (#783) | Abouzar Parvan | |
2021-07-07 | option 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-05 | add SignColumn to transparent window option (#701) | Pasquale | |
2021-07-04 | start formatting rules | Rafael | |
2021-07-04 | remove whitespace | christianchiarulli | |
2021-07-04 | move colorscheme setting to settings | christianchiarulli | |
2021-07-03 | feat(615): transparent background option (#617) | William Goulois | |
2021-07-03 | faster settings.lua; added globals to default conf (#609) | Zahin Muhaimeen | |
2021-07-02 | Some lua touches (#587) | maminou | |
* a way with lua!! * some! not all ;-( * shortmess | |||
2021-06-28 | Allow setting ignorecase and smartcase from lvi-config.lua (#545) | Lee Marlow | |
2021-06-28 | indent line plugin option | christianchiarulli | |
2021-06-27 | use start now, for more speed | christianchiarulli | |
2021-06-27 | update settings | Chris | |
2021-06-27 | removing plugins increasing speed by 100%, still needs more work | Chris | |
2021-06-26 | configured persistent undo (#529) | Robin Kautz | |
2021-06-26 | Allow cursorline option to be configured by lv-settings (#526) | tafryn | |
2021-06-18 | vim-sanegx: tiny plugin which deals with more use cases to the netrw_gx bug āµ | rmagillxyz | |
(#479) | |||
2021-05-28 | no idea why, but this causes and error in _meta.lua:21 | christianchiarulli | |
2021-05-27 | bug fix for netrw's gx command (#431) | rmagillxyz | |
* open remote link in browser correctly with gx, not in a tmp file | |||
2021-05-14 | Enable 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-06 | fix expandtab (#373) | dklymenk | |
* fix expandtab * fix expandtab | |||
2021-05-06 | make timeoutlen configurable | Chris | |
2021-04-29 | lua based whichkey | christianchiarulli | |
2021-04-21 | Minor fixes (#287) | shinu_donney | |
* Fix a typo * Update a faulty comment | |||
2021-04-12 | update | christianchiarulli | |
2021-04-07 | updates | christianchiarulli | |
2021-04-04 | udpates | christianchiarulli | |