Commit graph

1927 commits

Author SHA1 Message Date
kylo252
9017389766
feat: lazyload notify's configuration (#1855)
Co-authored-by: Luc Sinet <luc.sinet@gmail.com>
2022-01-02 10:25:20 +01:00
kylo252
91077623f0
refactor(info): use new null-ls api for sources (#2125) 2022-01-01 14:25:23 +01:00
Abouzar Parvan
7d1b2f697b
feat: plugin version bump (#2120) 2021-12-28 13:46:11 +01:00
Jieru Mei
53427670d1
feat(luadev): better vim api completion (#2043) 2021-12-28 10:02:26 +01:00
Abouzar Parvan
66232f6d00
chore: bump plugin versions (#2118)
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2021-12-28 09:51:46 +01:00
kylo252
656a452909
refactor: avoid running ts.setup in headless (#2119) 2021-12-28 09:48:42 +01:00
kylo252
fefe78d81c
chore: update github's templates (#2116) 2021-12-27 16:18:25 +01:00
Felipe Baltor
5333cb3de3
fix(installer): more robust yarn validation (#2113) 2021-12-26 12:56:31 +01:00
Stone Preston
a79de08d40
refactor(install.sh): fix typo in node error message (#2107) 2021-12-23 10:46:14 +01:00
Abouzar Parvan
655fd1b0ca
refactor: uplift neovim's minimum version requirement to 0.6.0 (#2093)
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2021-12-23 10:33:20 +01:00
kylo252
5593499828
fix(lsp): set the handlers opts for v0.6 as well (#2109) 2021-12-23 10:03:15 +01:00
Landon Schropp
a3cf3b1f2a
[Feature]: Use Telescope's git_files with fallback (#2089) 2021-12-23 09:56:19 +01:00
kylo252
5e44e6d59b
chore: core plugins version bump (#2103) 2021-12-21 09:09:03 +01:00
kylo252
024c811133
fix(installer): check if npm-prefix is writable (#2091) 2021-12-20 09:00:04 +01:00
kylo252
f1ca79e628
refactor: remove unused old language configs (#2094) 2021-12-20 08:59:47 +01:00
Landon Schropp
ccb5a6f060
fix: remove autopairs cmp completion (#2083) 2021-12-15 18:33:39 +01:00
Lee Marlow
bccbcff3ab
fix(installer): backup linked files with rsync (#2081)
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-15 08:30:38 +01:00
kylo252
e809e8dca6
chore: bump plugins version (#2079) 2021-12-14 12:54:38 +01:00
kylo252
683a89b543
fix(lsp): allow overriding servers with custom providers (#2070) 2021-12-13 17:34:22 +01:00
edag94
be4b025f92
feat: update lsp-installer and lspconfig hashes to enable solidity_ls language server (#2072)
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2021-12-13 17:33:18 +01:00
kylo252
8ffbe596c0
fix(lsp): correct client_id parsing in lvim-info (#2071) 2021-12-12 19:43:35 +01:00
kylo252
53bb4effbc
chore(terminal): avoid problematic layzgit mapping (#2068) 2021-12-11 21:19:20 +01:00
kylo252
f7d883b6b9
feat(installer): nicer rsync output (#2067) 2021-12-11 20:08:25 +01:00
kylo252
872061e179
fix(installer): better handling of existing files (#2066) 2021-12-11 19:52:34 +01:00
Chase Colman
869dc20d11
Merge pull request #2065 from LunarVim/fix/allow_removing_open_mapping
[Bugfix] Allow disabling the open binding for ToggleTerm
2021-12-11 20:26:52 +08:00
Chase Colman
abf127db83 fix(terminal): allow disabling the open binding for toggleterm 2021-12-11 20:09:25 +08:00
Abouzar Parvan
cbb94752ae
feat: bump plugin versions (#2064)
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2021-12-11 09:46:36 +01:00
kylo252
307db8936b
feat: multiple enhancements to lvim-reload (#2054) 2021-12-09 17:08:53 +01:00
kylo252
68cdb62f87
fix(bootstrap): remove hard-coded spellfile option (#2061) 2021-12-09 11:51:37 +01:00
kylo252
c43ee9aa3a
fix: no longer treat lazygit missing as an error (#2051) 2021-12-08 09:01:33 +01:00
kylo252
e4752692e5
fix(lsp): prevent repeated setup call (#2048)
Check if the manager `autocomd` has already been configured,
since some servers can take a while to initialize.
2021-12-08 08:15:56 +01:00
Xavier Young
6505826f0b
fix(plugins): typo of pin commit of treesitter (#2046) 2021-12-08 08:35:15 +03:30
kylo252
6770808bec
feat: full compatibility with neovim v0.6 (#2037) 2021-12-06 17:04:46 +01:00
kylo252
38a1724340
feat(terminal): lazygit can now be toggled (#2039)
* feat(terminal): lazygit can now be toggled

- remove `hidden` parameter so it can be persistent
- map keybinding for both normal and term modes
- a default shell is now always reachable with `<C-t>` in a split
- add an addition keybinding `<C-\>` for `lazygit`
since it's hard to hit `<leader>gg` within the `timeoutlen` < 300ms

* revert(terminal): use float direction by default
2021-12-06 07:30:29 +01:00
xeluxee
02a1e769be
fix(nvimtree): handle paths containing spaces (#2027) 2021-12-04 16:57:41 +01:00
kylo252
ef5ca00df5
chore: bump core-plugins version (#2031) 2021-12-04 14:02:47 +01:00
kylo252
7b753ea627
fix(autopairs): add missing configuration entries (#2030) 2021-12-04 13:58:45 +01:00
xeluxee
e292d665f1
fix(nvimtree): restore default mappings + make them customizable (#2007) 2021-12-03 18:57:43 +01:00
kylo252
fe95dffe41
fix: no restart required when changing colorscheme (#2026) 2021-12-03 18:56:31 +01:00
Jieru Mei
b6d1aa8a31
fix: better default, ignore .git in live_grep (#2020) 2021-12-02 17:46:50 +01:00
Jieru Mei
f3cd608d17
feat: null-ls code_actions interface (#2008) 2021-12-02 10:31:45 +01:00
Sean Reifschneider
a3243b29ef
Fix example of unmapping an lvim default (#1949) 2021-12-02 10:27:22 +01:00
Spaxly
79d673edbc
feat: add some messages in uninstall.sh (#1945)
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2021-12-02 10:17:23 +01:00
kylo252
77bf0e3ea8
feat: add support for fsharp (#2021)
Co-authored-by: grenaad <g@g.com>
Co-authored-by: grenaad <dan4rie@gmail.com>
2021-12-02 09:27:39 +01:00
kylo252
e0336ed029
fix: more accessible changelog (#2019) 2021-12-01 21:24:48 +01:00
kylo252
3cae67b08b
chore: bump core-plugins' version (#2018) 2021-12-01 19:02:06 +01:00
Abouzar Parvan
708fdd2980
fix: dont close if next char is a close pair and no pairs in same line (#2017) 2021-12-01 16:14:41 +01:00
kylo252
8641c38c86
fix(nvimtree): update settings (#2001) 2021-11-29 09:12:13 +01:00
kylo252
3a2367b706
fix(cmp): revert broken sequential loading (#2002) 2021-11-28 21:54:45 +01:00
kylo252
5c0ccff78f
fix: correct order for cmp's setup (#1999) 2021-11-28 16:52:56 +01:00