Commit graph

253 commits

Author SHA1 Message Date
Elias Roa
7905ec6f1e
fix(config): fix typo in example configs (#3611) 2022-12-14 22:25:25 +01:00
LostNeophyte
13ac270020
refactor: simplify example config (#3519)
* fix: update default config

* refactor: simplify default config

* refactor: apply code review suggestions
2022-11-29 15:25:35 +01:00
rob
495ede0c4f
feat(installer): list dependencies that will be installed (#3523)
* [installer] Describe which dependencies for Python, NPM, and Rust get installed

* Fix formatting

* Further formatting fixes

* Normalise dependency installation code
2022-11-27 17:33:55 +01:00
Vaisakh K M
57ae7581bf
fix(uninstaller): correct a sentence in help (#3511)
* fix(uninstaller): fixing a wrong sentence in help 
* fix: double space

Co-authored-by: LostNeophyte <lostneophyte@tuta.io>
2022-11-22 14:38:46 +01:00
Vaisakh K M
40ec8a0e6a
fix(uninstaller): add separate flag to remove user config (#3508) 2022-11-21 23:26:20 -05:00
Jonathan Cooper
e9c43ca9b3
fix(installer): fix syntax error with powershell installer (#2875) 2022-11-14 11:13:24 +01:00
Tommy Au
f0ed89d17c
fix(installer): use quotes in set-alias (#3408) 2022-11-05 10:50:23 +01:00
Christian Chiarulli
08d3c056ff chore: format on save off by default
chore: check if table
2022-11-04 17:32:46 -04:00
Christian Chiarulli
5ba80b10cf
feat: use our own colorscheme, decouple from tokyonight (#3378)
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2022-11-04 12:57:24 -04:00
LostNeophyte
e10a8cca56
fix(installer): Use master in windows installer (#3421) 2022-11-04 12:56:33 -04:00
kylo252
74ad56ff68
refactor(installer): skip unstable headless update (#3338) 2022-10-31 16:27:12 +01:00
Mark Huggins
36c8bdee9f
refactor(plugins)!: remove nvim-notify from core (#3300) 2022-10-21 01:21:22 -04:00
opalmay
1fbdcabf19
fix: don't install desktop file w/o xdg-desktop-menu (#3229) 2022-10-14 18:33:08 +02:00
opalmay
4fa96e8e79
feat(uninstaller): desktop entry
feat(uninstaller): desktop entry
2022-10-10 02:23:29 +03:00
opalmay
523bafacb6
Feat(installer): desktop entry (#3187)
Co-authored-by: Opal Mizrahi <opal.mizrahi@protonmail.com>
2022-10-09 19:55:47 +00:00
Leung Yau Ming
e6f50af1de
fix(typo): fix language server name typo in config example #3176 (#3183) 2022-10-08 23:08:15 +00:00
Christian Chiarulli
5699a5e557 fix(installer): don't set log level 2022-10-08 18:31:02 -04:00
Leung Yau Ming
86dd1f1132
fix(typo): fix language server name typo in config example (#3176) 2022-10-07 18:11:10 +03:30
kylo252
f6402563ab
feat: enable global installation (#3161) 2022-10-06 22:51:09 -04:00
kylo252
9def60f1dd
feat: lock new installations to nvim 0.8+ (#3111) 2022-10-06 06:55:06 +00:00
Mattherix
0d578ab152
fix(installer): don't overwrite previous config (#3154) 2022-10-06 01:21:34 -04:00
ChristianChiarulli
58b0684f7e chore: format on save false by default in default config 2022-09-27 13:18:26 -04:00
kylo252
31af25f6a1
revert: fix Packer instead of hard-coding config (#3049) 2022-09-20 11:26:57 -04:00
Dániel Vankó
975d1ffcd3
fix(installer): small fix in help message of install.sh (#3032) 2022-09-20 12:07:45 +02:00
Abouzar Parvan
518b1d4167
Fix: make sure latest plugins are customizable (#3044)
* fix: make navim-navic configurable

* fix: make sure vim-illuminate is configurable

* fix: make sure theme is configurable

* fix(ci): don't verify uninstalled plugins

* refactor(lsp): add setup_document_symbols util

* revert: keep onedarker on freeze branch

* refactor(lsp): avoid duplicate hl autocmds

Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2022-09-20 14:11:58 +04:30
yangbinji
464ad8b003
fix(example config): fix config for treesitter (#3016) 2022-09-15 14:41:51 +02:00
Gustavo Mendel
62a1737699
docs(lsp): fix the way of removing items from skipped_servers (#2887) 2022-09-01 13:41:53 +02:00
kylo252
08b5e99f53
feat(installer): handle INSTALL_PREFIX not on PATH (#2912) 2022-08-19 12:02:15 +02:00
Ian C
7df4773b0b
docs: fix automatic_servers_installation example (#2918) 2022-08-19 12:01:19 +02:00
Opa Kholis Majid
9d9d497e07
docs(windows): update example config (#2919) 2022-08-19 11:48:01 +02:00
Benedikt Schnatterbeck
45f9825d1e
refactor(keymaps)!: don't hijack H/L by default (#2874) 2022-08-12 18:01:11 +02:00
Gabriel Kwong
63696c1425
docs(windows): update example config for nvim-tree (#2766) 2022-08-09 14:02:38 +02:00
Philipp Bokatius
7fc0d0f72b
fix(installer): create profile.ps1 if nonexistent (#2810) 2022-08-09 13:54:25 +02:00
XadE-Blue
1d9b85a50e
fix(installer) comment causes antivirus false positives (#2818) 2022-07-31 18:34:07 +02:00
Yazeed1s
ddc53a231d
fix: typo in utils/installer/install.sh (#2776) 2022-07-03 15:30:28 +02:00
CPea
c6431a09c7
feat(lsp): add option to override default nvim-lsp-installer settings (#2698) 2022-06-26 14:08:54 +02:00
kylo252
12f8798bb0
fix(installer): always use check shallow clones (#2763) 2022-06-26 13:53:44 +02:00
kylo252
8989984b78
feat(installer): add verify-plugins hook (#2751) 2022-06-23 16:11:47 +02:00
Abouzar Parvan
0ee8b8f653
feat: fix a couple of issues (#2750)
* fix(nvimtree): do not set key if disabled

* fix(telescope): move pickers of out defaults

* fix(install): use proper gentoo installation
2022-06-23 10:27:18 +04:30
Abouzar Parvan
7c53bd64c5
fix(nvimtree): update nvim-tree setup (#2681) 2022-05-31 19:45:43 +04:30
kylo252
23df368b00
refactor: load the default options once (#2592)
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-21 16:48:47 +02:00
lmckiwo
ebc2987342
fix(installer): latest and specified release version for neovim have different urls (#2484) 2022-04-30 16:33:45 +02:00
Abouzar Parvan
6a66e39f29
feat(icons): make it possible to disable icons (#2529) 2022-04-28 19:00:39 +04:30
kylo252
3de829e76e
refactor: lock new installations to nvim v0.7+ (#2526) 2022-04-27 17:37:27 +02:00
William Boman
84d91bd3be
feat(installer): ensure correct responses when prompting user (#2506) 2022-04-23 09:39:25 +02:00
kylo252
0481ec8ddd
refactor: update impatient (#2477) 2022-04-20 13:22:26 +02:00
kylo252
198577aa75
refactor(lsp): cleanup servers' override configuration (#2243)
* 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 23:17:22 +04:30
FADHsquared
b4d5f093a5
docs(windows): use alpha in config_win.example.lua (#2452) 2022-04-14 14:45:54 +04:30
Joan López
8a7bd81237
fix: update deprecated methods in example configuration for trouble.nvim (#2416) 2022-04-02 13:56:13 +02:00
Bruno Gava Guerra
84e499aa38
fix(installer/pwsh): fixes some details on installer and uninstaller (#2404) 2022-04-02 12:07:48 +02:00