Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-21 | refactor: load the default options once (#2592) | kylo252 | |
BREAKING CHANGE: modifying the default options for keymaps and autocmds is now done by overwriting them, since they won't be loaded into the global `lvim` table anymore * refactor: use the lua-commands api * refactor!: use the lua-autocmds api * fix(settings): let neovim handle spellfile * feat: add log:set_log_level() * chore: update examples * chore: add deprecation notice for custom_groups | |||
2022-04-30 | fix(installer): latest and specified release version for neovim have ↵ | lmckiwo | |
different urls (#2484) | |||
2022-04-28 | feat(icons): make it possible to disable icons (#2529) | Abouzar Parvan | |
2022-04-27 | refactor: lock new installations to nvim v0.7+ (#2526) | kylo252 | |
2022-04-23 | feat(installer): ensure correct responses when prompting user (#2506) | William Boman | |
2022-04-20 | refactor: update impatient (#2477) | kylo252 | |
2022-04-14 | refactor(lsp): cleanup servers' override configuration (#2243) | kylo252 | |
* refactor(lsp): cleanup override settings - rename lsp.override to lsp.automatic_configuration.ignored_servers - add lsp.automatic_configuration.ignored_filetypes * chore(info): update override section * refactor(lsp): rename ignored to skipped * fix: better deprecation handling * docs(lsp): add example for (un-)skipping servers * refactor(lsp): allow installing overridden servers * docs(lsp): update config_win.example.lua as well * chore(lsp): update skipped_servers list * fix(logger): less noise from client_is_configured | |||
2022-04-14 | docs(windows): use alpha in config_win.example.lua (#2452) | FADHsquared | |
2022-04-02 | fix: update deprecated methods in example configuration for trouble.nvim (#2416) | Joan López | |
2022-04-02 | fix(installer/pwsh): fixes some details on installer and uninstaller (#2404) | Bruno Gava Guerra | |
2022-03-20 | fix(windows): use correct validation for the alias (#2371) | kylo252 | |
2022-03-19 | feat: add alpha.nvim integration (#1906) | kylo252 | |
2022-03-18 | [Bugfix]: correct typo in backup function (#2358) | Aleksandr | |
2022-03-10 | feat(windows): add custom config_win.example.lua (#2330) | kylo252 | |
2022-03-07 | docs(readme): fix typo in example config (#2333) | Kerem Bozdas | |
2022-03-02 | feat: add option to automatically answer 'yes' for sh install script (#2306) | Lucas Santos | |
2022-02-18 | chore: fix typos (#2292) | dundargoc | |
2022-02-14 | feat(installer): use pnpm to install nodejs dependencies(#2279) (#2280) | Yangzi Chen | |
2022-02-12 | fix: add tsx to treesitter ensure_installed list (#2268) | sambergo | |
Typescript and typescriptreact needs to be added separately | |||
2022-02-03 | [Bugfix]: added -ScriptBlock to run commands ```install.ps1``` (#2188) | Adrian Nadau Semb | |
* fix(installer): use script-block to run commands * fix(installer): enforce v7 as erroraction break is not supported in v5 | |||
2022-01-24 | chore(installer): require neovim 0.6.1+ (#2211) | kylo252 | |
2022-01-12 | fix(installer): usernames can contain @ symbol (#2167) | kylo252 | |
2022-01-08 | fix(null-ls): avoid sending invalid opts.args (#2154) | kylo252 | |
2022-01-03 | refactor: use a static lvim binary template (#1444) | kylo252 | |
2022-01-02 | feat: lazyload notify's configuration (#1855) | kylo252 | |
Co-authored-by: Luc Sinet <[email protected]> | |||
2021-12-26 | fix(installer): more robust yarn validation (#2113) | Felipe Baltor | |
2021-12-23 | refactor(install.sh): fix typo in node error message (#2107) | Stone Preston | |
2021-12-23 | refactor: uplift neovim's minimum version requirement to 0.6.0 (#2093) | Abouzar Parvan | |
Co-authored-by: kylo252 <[email protected]> | |||
2021-12-20 | fix(installer): check if npm-prefix is writable (#2091) | kylo252 | |
2021-12-15 | fix(installer): backup linked files with rsync (#2081) | Lee Marlow | |
This allows backup to succeed for people who use symlinks for managing dotfiles. Currently errors with the following: ``` rsync error: some files/attrs were not transferred (see previous errors) (code 23) \ at main.c(1350) [sender=3.2.3] ```` | |||
2021-12-11 | feat(installer): nicer rsync output (#2067) | kylo252 | |
2021-12-11 | fix(installer): better handling of existing files (#2066) | kylo252 | |
2021-12-09 | fix(bootstrap): remove hard-coded spellfile option (#2061) | kylo252 | |
2021-12-06 | feat: full compatibility with neovim v0.6 (#2037) | kylo252 | |
2021-12-02 | Fix example of unmapping an lvim default (#1949) | Sean Reifschneider | |
2021-12-02 | feat: add some messages in uninstall.sh (#1945) | Spaxly | |
Co-authored-by: kylo252 <[email protected]> | |||
2021-11-27 | chore: bump core-plugins version (#1989) | kylo252 | |
2021-11-08 | fix: update the uninstallation script (#1924) | kylo252 | |
2021-11-06 | chore: sort supported providers alphabetically (#1916) | kylo252 | |
2021-11-03 | fix: dashboard now runs on fresh installs (#1896) | kylo252 | |
2021-10-24 | chore: update docs to reflect recent changes (#1841) | kylo252 | |
2021-10-20 | fix(docs): update telescope's example config (#1814) | kylo252 | |
2021-10-20 | [Bugfix] Fix Windows environment variables in .ps1 scripts (#1802) | Antyos | |
2021-10-20 | [Feature] Add BSD support (#1801) | Goran Mekić | |
2021-10-16 | Rollback default branch name to master (#1589) | Nikolay Belov | |
2021-10-03 | fix: restore windows installer default branch | kylo252 | |
2021-10-03 | refactor: auto-generate language configuration (#1584) | kylo252 | |
Refactor the monolithic `lvim.lang` design into a more modular approach. IMPORTANT: run `:LvimUpdate` in order to generate the new ftplugin template files. | |||
2021-10-02 | docs: spelling fixes and LunarVim name consistency (#1655) | Lee Marlow | |
2021-10-01 | fix(installer): add missing update call (#1653) | kylo252 | |
2021-10-01 | feat: add LvimUpdate command (#1634) | kylo252 | |
* feat: add prelimenary LvimUpdate command * feat: use native process management * feat: add a telescope change-log utility * fix: update readme to include the new command |