summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Collapse)Author
2022-06-24Merge branch 'rolling'kylo252
2022-06-24fix(installer): use full path to verify_plugins.lua (#2755)kylo252
2022-06-23Merge branch 'rolling'kylo252
2022-06-23feat(installer): add verify-plugins hook (#2751)kylo252
2022-06-23feat: fix a couple of issues (#2750)Abouzar Parvan
* fix(nvimtree): do not set key if disabled * fix(telescope): move pickers of out defaults * fix(install): use proper gentoo installation
2022-06-10Merge branch 'rolling'kylo252
2022-05-31fix(nvimtree): update nvim-tree setup (#2681)Abouzar Parvan
2022-05-25Merge remote-tracking branch 'origin/rolling'kylo252
2022-05-21refactor: 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-05-03Merge remote-tracking branch 'origin/rolling'kylo252
2022-04-30fix(installer): latest and specified release version for neovim have ↵lmckiwo
different urls (#2484)
2022-04-28feat(icons): make it possible to disable icons (#2529)Abouzar Parvan
2022-04-27Merge branch 'rolling'kylo252
2022-04-27refactor: lock new installations to nvim v0.7+ (#2526)kylo252
2022-04-23feat(installer): ensure correct responses when prompting user (#2506)William Boman
2022-04-20Merge remote-tracking branch 'origin/rolling'kylo252
2022-04-20refactor: update impatient (#2477)kylo252
2022-04-14Merge remote-tracking branch 'origin/rolling'kylo252
2022-04-14refactor(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-14docs(windows): use alpha in config_win.example.lua (#2452)FADHsquared
2022-04-12fix(impatient): avoid get_options in fast handler (#2451)kylo252
2022-04-08chore: update changelogkylo252
2022-04-02fix: update deprecated methods in example configuration for trouble.nvim (#2416)Joan López
2022-04-02fix(installer/pwsh): fixes some details on installer and uninstaller (#2404)Bruno Gava Guerra
2022-03-25ci: test automated gh action (#2394)kylo252
2022-03-24feat(plugins): add support for packer snapshots (#2351)kylo252
2022-03-24docs: update demo images on the main readme (#2386)kylo252
* docs: update demo images on the main readme * chore: upload images to github directly * chore: remove redundant media files
2022-03-20fix(windows): use correct validation for the alias (#2371)kylo252
2022-03-19feat: add alpha.nvim integration (#1906)kylo252
2022-03-18[Bugfix]: correct typo in backup function (#2358)Aleksandr
2022-03-10feat(windows): add custom config_win.example.lua (#2330)kylo252
2022-03-07docs(readme): fix typo in example config (#2333)Kerem Bozdas
2022-03-02feat: add option to automatically answer 'yes' for sh install script (#2306)Lucas Santos
2022-02-18chore: fix typos (#2292)dundargoc
2022-02-14feat(installer): use pnpm to install nodejs dependencies(#2279) (#2280)Yangzi Chen
2022-02-12fix: 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-24chore(installer): require neovim 0.6.1+ (#2211)kylo252
2022-01-17refactor: remove unused outdated files (#2184)kylo252
2022-01-12fix(installer): usernames can contain @ symbol (#2167)kylo252
2022-01-08fix(null-ls): avoid sending invalid opts.args (#2154)kylo252
2022-01-03refactor: use a static lvim binary template (#1444)kylo252
2022-01-02refactor(test): cleanup test utilities (#2132)kylo252
2022-01-02feat: lazyload notify's configuration (#1855)kylo252
Co-authored-by: Luc Sinet <[email protected]>
2021-12-26fix(installer): more robust yarn validation (#2113)Felipe Baltor
2021-12-23refactor(install.sh): fix typo in node error message (#2107)Stone Preston
2021-12-23refactor: uplift neovim's minimum version requirement to 0.6.0 (#2093)Abouzar Parvan
Co-authored-by: kylo252 <[email protected]>
2021-12-20fix(installer): check if npm-prefix is writable (#2091)kylo252
2021-12-20refactor: remove unused old language configs (#2094)kylo252
2021-12-15fix(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] ````