Commit graph

1597 commits

Author SHA1 Message Date
Abouzar Parvan
10449b4e09
feat(neovim): neovim 0.8 compatibility (#2544) 2022-05-03 03:38:21 +04:30
kylo252
a68c1cfbf5
revert: do not run packer.sync() on every reload (#2548)
* revert: do not run packer.sync() on every reload

* chore: update which-key mappings for logs
2022-05-01 16:29:11 +02:00
Philipp Schmitt
d0c5393543
feat: add cmp-tmux to the list of sources (#2542) 2022-05-01 15:57:28 +02:00
Philipp Schmitt
f3da77f0ef
feat: gitsigns yadm support (#2535) 2022-04-30 20:13:50 +04:30
kylo252
e4287b7180
fix(lsp): undo stdpath overload to avoid datarace (#2540) 2022-04-29 16:26:15 +02:00
Abouzar Parvan
716bf5fe15
feat(lua-dev): use the newer lua-dev branch till folke comes back (#2538) 2022-04-29 10:38:00 +02:00
Abouzar Parvan
0eb85a7241
fix(nvimtree): add latest changes from nvimtree (#2537) 2022-04-29 02:06:13 +04:30
Abouzar Parvan
6a66e39f29
feat(icons): make it possible to disable icons (#2529) 2022-04-28 19:00:39 +04:30
kylo252
dd65e28565
refactor(lsp): decouple the installer setup-hook (#2536)
* chore(lsp): update plugins

* refactor(lsp): decouple the installer setup-hook

- remove the deprecated `server:setup()`
- set up the server manually with lspconfig once `server:on_ready()`
has been triggered

* chore: use the new lsp_installer.setup()
2022-04-28 14:38:32 +02:00
kylo252
f3750313da Merge branch 'rolling' 2022-04-27 17:38:06 +02:00
kylo252
3de829e76e
refactor: lock new installations to nvim v0.7+ (#2526) 2022-04-27 17:37:27 +02:00
Abouzar Parvan
74d93dcc05
fix(nvimtree): make sure on_config_done is using the correct require (#2509) 2022-04-23 16:23:16 +04:30
Abouzar Parvan
8fdd4b46e8
feat(peek): make sure max width and height are customizable (#2492) 2022-04-22 15:11:21 +04:30
Pascal Hubrecht
75cfebbfee
fix(nvimtree): escape the dot character in custom filter (#2493) 2022-04-22 01:47:24 +04:30
kylo252
ce4f7b0fc8 Merge remote-tracking branch 'origin/rolling' 2022-04-20 13:27:51 +02:00
kylo252
0481ec8ddd
refactor: update impatient (#2477) 2022-04-20 13:22:26 +02:00
kylo252
3d841425ae
feat: lock nvim <0.7 to a specific tag (#2491) 2022-04-20 11:44:36 +02:00
Abouzar Parvan
1ae89bee93
fix(luasnip): only use user snippets if the folder exists (#2481) 2022-04-18 14:00:18 +04:30
Carlos H
10c7753d8e
fix(lualine): color theme gaps in some components (#2465) 2022-04-15 05:40:03 +04:30
Abouzar Parvan
2567d8612e
fix(cmp): update nvim-cmp to the latest version (#2467) (#2469)
* fix(cmp): update nvim-cmp to the latest version (#2467)

* fix(cmp): bring back default keybindings (#2470)
2022-04-15 05:36:02 +04:30
Abouzar Parvan
bc90e8174f
fix(cmp): bring back default keybindings (#2470) 2022-04-15 05:34:24 +04:30
kylo252
6d2e18295f Merge remote-tracking branch 'origin/rolling' 2022-04-14 21:24:35 +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
Abouzar Parvan
332e974b53
feat(cmp): documentation is deprecated in favor of window.documentation (#2461) 2022-04-14 23:17:06 +04:30
kylo252
1569202d39
fix(impatient): avoid get_options in fast handler (#2451) 2022-04-12 11:18:17 +02:00
Abouzar Parvan
3de6a404c9
fix(luasnip): make sure all snippets are loaded (#2447)
Co-authored-by: danielo515 <https://github.com/danielo515>
2022-04-11 18:17:08 +04:30
kylo252
df39c03130 Merge remote-tracking branch 'origin/rolling' 2022-04-08 13:17:56 +02:00
xeluxee
4d1cfc4687
[Feature] Add option to set maximum cmp menu width (#2425) 2022-04-07 22:48:32 +04:30
kylo252
2d0ba75d03 Merge remote-tracking branch 'origin/rolling' 2022-04-06 16:24:39 +02:00
kylo252
fa710f6ddd
refactor: re-enable packer.sync() in LvimReload (#2410) 2022-04-03 14:32:52 +02:00
kylo252
b892b97708
ci(test): add write-permission for prs (#2417) 2022-04-02 12:22:32 +02:00
steven_j
7807f147c1
refactor(lsp): replace deprecated ocamllsp with ocamlls (#2402)
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2022-03-28 08:59:33 +02:00
Abouzar Parvan
ea0e1f99e7
fix(telescope): set <cr> binding to actions.select_default only (#2395) 2022-03-26 12:34:19 +01:00
Abouzar Parvan
9e13e1e4fe
fix(theme): make sure the new theme is fully loaded (#2392) 2022-03-25 17:09:06 +04:30
kylo252
08d3df2cd3
feat(plugins): add support for packer snapshots (#2351) 2022-03-24 16:16:38 +01:00
kylo252
f41edc6dfb Merge remote-tracking branch 'origin/rolling' 2022-03-24 15:48:33 +01:00
Elazar Leibovich
c11fa143c8
chore: [Feature]: Keyboard shortcut for quickfix in Telescope (#2385)
Lunarvim has keyboard shortcuts for various LSP searches, that feeds results to quickfix list.

It is useful then to have a quick way to inspect LSP results in quickfix via Telescope.
2022-03-24 19:11:38 +04:30
Abouzar Parvan
3c152cb1cf
fix(terminal): weird lazygit commit message bug (#2382) 2022-03-23 01:09:18 +04:30
Abouzar Parvan
cf96211cf5
fix(peek): print error if lsp is unable to get file contents (#2379)
* fix(peek): print error if lsp is unable to get file contents

* fix(peek): replace print with vim.notify
2022-03-22 19:47:19 +04:30
Max Verevkin
7695cfdb42
fix(terminal): whichkey -> which-key (#2380) 2022-03-22 19:47:05 +04:30
Abouzar Parvan
4affc21771
fix(peek): make sure popup_options are positive (#2373) 2022-03-21 16:04:48 +03:30
Max Verevkin
80810c36de
fix(bufferline): add an additional space before diagnostics (#2367) 2022-03-20 12:23:53 +01:00
Abouzar Parvan
ba5bde2181
fix(alpha): globalstatus after openning files from dashboard (#2366) 2022-03-20 14:18:17 +03:30
kylo252
c958e4b3ae
fix: automatically set colorscheme (#2370) 2022-03-20 14:17:08 +03:30
kylo252
c946ddda81
feat: add alpha.nvim integration (#1906) 2022-03-19 20:02:45 +01:00
kylo252
7192b28a24
fix(lualine): conditional theme loading (#2363) 2022-03-19 14:43:07 +01:00
kylo252
1488deebc7
refactor: load onedarker theme externally (#2359) 2022-03-19 16:25:34 +03:30
Abouzar Parvan
5a8ccd9fcb
chore(plugins): let users enjoy the new global statusline (#2362) 2022-03-19 16:23:22 +03:30
Abouzar Parvan
e0a71dc40c
fix: nvim-tree taking half the window on open (#2357) 2022-03-18 12:35:29 +03:30
Abouzar Parvan
a5e5b50bc4
chore(plugins): last manual plugin update (#2347) 2022-03-12 14:02:51 +03:30
kylo252
e6ececed17 Merge branch 'rolling' 2022-03-10 10:14:55 +01:00
kylo252
f1779fddcc
fix: disable the default intro message (#2340) 2022-03-10 10:14:15 +01:00
kylo252
4c705bc07d
feat(windows): add custom config_win.example.lua (#2330) 2022-03-10 09:54:38 +01:00
Abouzar Parvan
637658ae2c
fix(nlsp-settings): cross platform issue (#2335) 2022-03-08 09:47:52 +01:00
Abouzar Parvan
a80b228d76
chore(plugins): bump version (#2327) 2022-03-05 12:49:29 +03:30
Daniel You
36ffc33b45
feat: enable nlsp-settings schemas (#2322) 2022-03-04 15:41:03 +03:30
Abouzar Parvan
c12338393e
chore(plugins): bump version (#2321) 2022-03-02 17:36:06 +03:30
Abouzar Parvan
2a9f9998ac
chore(plugins): bump version (#2315) 2022-02-27 15:49:17 +03:30
Abouzar Parvan
ffcfdf4306
refactor(nvim-tree): update settings structure (#2304) 2022-02-23 14:29:09 +03:30
kylo252
3abb0a7350 Merge branch 'rolling' 2022-02-21 11:51:32 +01:00
dundargoc
4400e39a69
chore: fix typos (#2292) 2022-02-18 17:47:17 +03:30
kylo252
3d4d9db850
chore(plugins): bump version (#2293) 2022-02-18 13:24:29 +01:00
Abouzar Parvan
0536775c8b
fix(timeoutlen): this has caused way too many issues in the past (#2287) 2022-02-16 13:01:06 +03:30
Abouzar Parvan
582b169ecf
chore(plugins): bump version and fix packer (#2284) 2022-02-15 20:18:40 +03:30
Abouzar Parvan
85acc05678
chore(plugins): bump version (#2277) 2022-02-14 16:24:26 +03:30
kylo252
cdbc3c8868 Merge branch 'rolling' 2022-02-12 18:16:50 +01:00
Alexey Svirschevskiy
e8e8e8b576
fix: correct a path to bufferline module (#2270) 2022-02-12 18:16:06 +01:00
Abouzar Parvan
bc817157a9
chore(plugins): bump version (#2269) 2022-02-12 12:06:48 +03:30
kylo252
4afda11297 Merge branch 'rolling' 2022-02-12 09:30:47 +01:00
kylo252
f6a75c1d10
feat: add a minimal implementation of bbye (#2267) 2022-02-12 09:29:36 +01:00
kylo252
ff9d883f64 Merge branch 'rolling' 2022-02-12 09:17:34 +01:00
kylo252
564798b83e
refactor(nvim-tree): remove unused code (#2266) 2022-02-11 16:41:30 +01:00
Abouzar Parvan
de3909fac9
chore(plugins): bump version (#2261) 2022-02-09 14:20:47 +03:30
Abouzar Parvan
24537be03e
feat: use bufferline instead of barbar (#2254) 2022-02-07 20:52:30 +03:30
Abouzar Parvan
9eb8479b39
chore(plugins): bump version (#2253) 2022-02-06 13:40:03 +03:30
Jieru Mei
f7cae318e6
fix(lualine): use 1-char width symbol for changed (#2246) 2022-02-04 19:25:11 +03:30
Jieru Mei
4378a775f1
fix(lualine): compacter size for treesitter icon (#2247) 2022-02-04 12:13:36 +03:30
Xavier Young
68e841f549
fix(lualine): add space to diff components (#1897) 2022-02-04 12:12:11 +03:30
Abouzar Parvan
1436d9090a
feat: use schemastore.nvim to provide extended json schema support (#2239) 2022-02-03 11:25:25 +03:30
Abouzar Parvan
ab1255e10d
chore(plugins): update plugin version (#2236) 2022-02-02 19:41:11 +03:30
Abouzar Parvan
ff9ae8fdc1
feat(vue): set volar as default language server instead of vuels (#2230) 2022-01-30 23:21:58 +03:30
Abouzar Parvan
31a48325cf
chore(plugins): update plugin version (#2225)
* chore(plugins): update plugin version

* fix(lvim-info): make the git branch cmd compatible with mac
2022-01-30 23:21:45 +03:30
Abouzar Parvan
36f232279b
chore(plugins): bump plugin version (#2217) 2022-01-27 12:46:20 +03:30
Alexey Svirschevskiy
0a28cdf9d6
fix(lsp): avoid accessing undefined user_data (#2216)
Co-authored-by: Alexey Svirshchevskiy <alexey.svirshchevskiy@sitoo.com>
2022-01-26 21:45:42 +03:30
kylo252
0cdf7e2e5d Merge branch 'rolling' 2022-01-24 13:02:19 +01:00
kylo252
25e8b22349
chore(installer): require neovim 0.6.1+ (#2211) 2022-01-24 13:01:57 +01:00
kylo252
440324996c Merge branch 'rolling' 2022-01-24 12:51:16 +01:00
Abouzar Parvan
6cd282ac52
chore(plugins): bump plugin version, also fix for offset_encoding (#2210) 2022-01-24 15:20:04 +03:30
Abouzar Parvan
f0bcc8899f
fix(logging): disable insane amount of logging inside lvim.log (#2205) 2022-01-23 13:11:18 +03:30
Abouzar Parvan
869c953003
fix(autopairs): remove weird tex rules from autopairs (#2206) 2022-01-23 13:11:01 +03:30
Abouzar Parvan
5f0bc1b7a8
chore(plugins): bump plugin version (#2201) 2022-01-20 15:20:33 +01:00
kylo252
56df185b1b
chore(plugins): restore the base folke/lua-dev (#2193) 2022-01-19 09:23:33 +01:00
Abouzar Parvan
269a35d184
chore(plugins): bump plugin version (#2190) 2022-01-18 09:44:20 +01:00
kylo252
626343c2de
fix(lsp): use temporary fork of lua-dev (#2187) 2022-01-16 20:32:39 +01:00
Abouzar Parvan
44ae4480f2
chore(plugins): bump plugin version and also fix nvim-cmp cmdline issue (#2183) 2022-01-15 14:35:58 +01:00
kylo252
63321d000f
refactor(nvim-tree): cleanup and update settings (#2182) 2022-01-15 13:09:58 +01:00
kylo252
31ca6c57fa
chore(plugins): bump version (#2181) 2022-01-15 13:09:47 +01:00
kylo252
19f0c8ccfa
fix(diag): show lsp-diag code in open_float (#2180) 2022-01-15 12:32:06 +01:00
Jieru Mei
41838ff4f6
feat(plugins): bump core plugin version (#2176) 2022-01-14 11:21:49 +03:30
kylo252
ba6e1e5bc9 Merge branch 'rolling' 2022-01-13 12:04:22 +01:00
Abouzar Parvan
8a557b90c6
fix(which-key): the PR has been merged to the original repo (#2172) 2022-01-13 12:00:12 +01:00
Jieru Mei
df814d5a84
fix(zsh): don't set filetype to sh (#2035) 2022-01-12 18:20:43 +01:00
Abouzar Parvan
818867f687
feat(plugins): bump core plugin version (#2169) 2022-01-12 15:02:29 +01:00
kylo252
d0840511d8 Merge branch 'rolling' 2022-01-10 15:48:30 +01:00
kylo252
e9caf5a69a
fix(lsp): no need to stop clients on LvimReload (#2160) 2022-01-10 15:48:05 +01:00
kylo252
579064b881 Merge branch 'rolling' 2022-01-10 09:59:20 +01:00
kylo252
ec1e4140fa
fix(install): avoid data-races for on_packer_complete (#2157) 2022-01-10 09:54:47 +01:00
kylo252
152904e382
refactor(term): leave the first few ids unassigned (#2156) 2022-01-08 20:02:27 +01:00
kylo252
8fe7cf2fac Merge branch 'rolling' 2022-01-08 14:37:29 +01:00
kylo252
fc043d738b
feat(info): display overridden servers for filetype (#2155) 2022-01-08 14:36:56 +01:00
kylo252
4a66d4752d
fix(null-ls): avoid sending invalid opts.args (#2154) 2022-01-08 14:24:05 +01:00
kylo252
d63d87c7ea Merge branch 'rolling' 2022-01-06 19:15:06 +01:00
Jieru Mei
6740afd743
fix(which-key): temporary solution for which-key (#2150) 2022-01-06 19:14:40 +01:00
kylo252
8fd71b5084
refactor(null-ls): allow passing full list of options for sources (#2137) 2022-01-06 11:37:49 +01:00
kylo252
e8e293bf00 Merge branch 'rolling' 2022-01-05 20:25:02 +01:00
kylo252
b10e18a213
chore: bump plugin versions (#2147) 2022-01-05 20:18:24 +01:00
Jieru Mei
046f0aa94d
fix(gitsigns): rounded border (#2142) 2022-01-05 20:02:52 +01:00
kylo252
e1b8eb01a2 Merge branch 'rolling' 2022-01-05 09:34:22 +01:00
kylo252
91da8a8296 chore: plugin version bump (#2136) 2022-01-05 09:34:18 +01:00
kylo252
5df1119365 refactor(settings): add headless-mode settings (#2134) 2022-01-05 09:34:18 +01:00
CPea
678e3d9887 fix(lsp): formatter now use new null-ls api function (#2135) 2022-01-05 09:34:18 +01:00
Ryan Despain
8233522e0b
fix: remove "error" message from git tag (#2141) 2022-01-05 09:33:53 +01:00
kylo252
3f40828d1d
chore: plugin version bump (#2136) 2022-01-04 10:22:52 +01:00
kylo252
60e0e1a831
refactor(settings): add headless-mode settings (#2134) 2022-01-04 12:17:59 +03:30
CPea
a1557d65de
fix(lsp): formatter now use new null-ls api function (#2135) 2022-01-04 12:14:54 +03:30
kylo252
e5aa8be8ce Merge branch 'rolling' 2022-01-03 15:49:07 +01:00
kylo252
eefc148313
refactor(bootstrap): more robust git module (#2127) 2022-01-03 11:07:34 +01:00
kylo252
238e43e5b3
refactor: more consistent autocmds (#2133) 2022-01-03 11:06:45 +01:00
kylo252
b3cfd165fb
refactor(test): cleanup test utilities (#2132) 2022-01-02 14:53:01 +01:00
Abouzar Parvan
73bf039c63
feat: plugin version bump (#2131) 2022-01-02 17:07:40 +03:30
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
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
427ad868d4 Merge remote-tracking branch 'origin/rolling' 2021-12-21 09:11:30 +01:00
kylo252
5e44e6d59b
chore: core plugins version bump (#2103) 2021-12-21 09:09:03 +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
kylo252
7244220d93 chore: bump plugins version (#2079) 2021-12-14 12:58:03 +01:00
kylo252
e809e8dca6
chore: bump plugins version (#2079) 2021-12-14 12:54:38 +01:00
kylo252
b327564d99 Merge remote-tracking branch 'origin/rolling' into release-candidate 2021-12-13 17:35:21 +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
a29e098598 Merge remote-tracking branch 'origin/rolling' into release-candidate 2021-12-12 19:48:08 +01:00
kylo252
8ffbe596c0
fix(lsp): correct client_id parsing in lvim-info (#2071) 2021-12-12 19:43:35 +01:00
kylo252
b1a9384f6e Merge remote-tracking branch 'origin/rolling' into release-candidate 2021-12-11 21:19:53 +01:00
kylo252
53bb4effbc
chore(terminal): avoid problematic layzgit mapping (#2068) 2021-12-11 21:19:20 +01:00
kylo252
fc756d8151 Merge remote-tracking branch 'origin/rolling' into release-candidate 2021-12-11 20:18:16 +01: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
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
kylo252
24be0ef1ef
chore: bump core-plugins version (#1989) 2021-11-27 15:22:43 +01:00
christianchiarulli
044b53a6fe feat: decrease hide in width limit for lualine 2021-11-22 15:16:05 -05:00
christianchiarulli
f3d7a94d8c feat: improved LSP grouping in lualine 2021-11-22 15:14:18 -05:00
kylo252
07bcae45fd
fix(lsp): avoid installing an overridden server (#1981) 2021-11-22 08:32:40 +01:00
kylo252
109c766809
fix(null-ls): allow the same linter and formatter (#1968) 2021-11-21 12:29:07 +01:00
kylo252
5663c925eb
fix(windows): remove redundant resolve call (#1974) 2021-11-20 14:22:04 +01:00
kylo252
fe99ee6e42
fix(windows): autocmd requires forward slashes (#1967) 2021-11-19 08:20:49 +01:00
kylo252
c26ac5364f
refactor: load the default keymaps once (#1965) 2021-11-18 16:04:34 +01:00
ChristianChiarulli
16fd37c8bf fix: lsp root can get very annoying when working with multiple languages. User is still able to turn it on. 2021-11-18 02:56:48 -05:00
ChristianChiarulli
5a310a29cf fix: no idea why this breaks barbar 2021-11-16 17:33:43 -05:00
ChristianChiarulli
da7ff0a87a feat: Empty for empty buffers instead of Buffer <#> 2021-11-16 13:55:57 -05:00
Xavier Young
b3538b63ce
fix(lualine): change fg of section a in onedarker (#1909) 2021-11-16 18:49:27 +01:00
Christian Chiarulli
abc9f2764d
feat: support new null-ls (#1955) 2021-11-16 14:55:45 +00:00
Abouzar Parvan
cad6355929
fix: packersync issue when you have large number of plugins (#1922) 2021-11-16 11:05:17 +01:00
kylo252
ffcaae6c32
fix: use an indepdent shadafile from neovim (#1910) 2021-11-15 09:20:45 +01:00
Lee Marlow
a9bf545e0f
Bugfix: allow LunarVim changelog to work outside the lvim directory (#1952) 2021-11-14 14:00:59 +01:00
kylo252
b0a9ee720a
refactor: more configurable format-on-save (#1937) 2021-11-14 13:44:00 +01:00
Christian Chiarulli
3a2d62ed25
feat: last updates before 1.0.0 (#1953) 2021-11-12 21:21:43 +00:00
ChristianChiarulli
888b1fee21 feat: auto resize for more consistent UI behavior 2021-11-11 22:32:14 -05:00
Chase Colman
627fdd6049
fix(keymap): unset on reload, load correct order, add unset default (#1942)
fix(keymap): don't unset default keymaps on reload unless set to false

fix(keymaps): prevent accessing undefined default mode

fix(keymap): use unadapted mode for default check

fix(keymap): apply initial lvim.keys
2021-11-10 20:45:52 +00:00
kylo252
a57e34a85e Merge branch 'rolling' 2021-11-10 11:14:32 +01:00
kylo252
605c14e499 chore: bump lspconfig and null versions 2021-11-10 11:09:44 +01:00
ChristianChiarulli
4ac00ed342 chore: update lsp-installer 2021-11-10 11:09:44 +01:00
Chase Colman
e42581c219 fix(lsp): correct map and prevent highlight leak of diagnostic signs in 0.6 (#1934) 2021-11-10 11:09:44 +01:00
kylo252
1ea5361475 fix(ci): blacklist 'sorbet' (#1936) 2021-11-10 11:09:44 +01:00
Chase Colman
b23533f4c5 fix(cmp): if possible jump in the snippet after completion
fix(cmp): update cmp to fix textwidth calculation and indent bugs
2021-11-10 11:09:42 +01:00
Christian Chiarulli
3d146bd4e9
chore: update lsp installer (#1930) 2021-11-08 14:59:23 +00:00
ChristianChiarulli
084e74f86f chore: update lsp installer 2021-11-08 09:53:56 -05:00
ChristianChiarulli
0e531891b1 fix: remove duplicate lint messages 2021-11-07 13:53:12 -05:00
ChristianChiarulli
5e9b1c817f fix: dedupe linting messages 2021-11-07 12:13:45 -05:00
ChristianChiarulli
22095542c2 feat: darkplus lualine theme 2021-11-06 17:57:40 -04:00
ChristianChiarulli
aa3aa3c629 feat: add lualine config for darkplus 2021-11-06 17:46:18 -04:00
Christian Chiarulli
3cd9e4c982
chore: pin cmp related plugins (#1917) 2021-11-06 18:22:24 +00:00
ChristianChiarulli
1c38d7d10b chore: pin cmp packages 2021-11-06 14:19:35 -04:00
kylo252
4207e67640
chore: sort supported providers alphabetically (#1916) 2021-11-06 13:18:59 +01:00
kylo252
32cabcde9f fix: use the logger for the deprecation message 2021-11-06 10:01:34 +01:00
Christian Chiarulli
e2bd7fb922
refactor: deprecate lvim.lang.FOO (#1913) (#1914)
Consolidate configuration styles for linters and formatters

Fixes #1756

Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2021-11-06 08:46:32 +00:00
kylo252
e79b6bf8aa
refactor: deprecate lvim.lang.FOO (#1913)
Consolidate configuration styles for linters and formatters

Fixes #1756
2021-11-06 08:23:59 +00:00
ChristianChiarulli
37e6e5fd5c fix: formatting 2021-11-05 19:05:54 -04:00
ChristianChiarulli
69e7ceb8df feat: pin packages for stability before 1.0 2021-11-05 19:04:36 -04:00
ChristianChiarulli
ebb6225398 fix: move lualine theme for onedarker, we can fix this later 2021-11-05 18:19:15 -04:00
Christian Chiarulli
e193d6aed5
feat: enable context commentstring by default (#1904) 2021-11-05 22:15:10 +00:00
ChristianChiarulli
6b3e0574a3 fix: pcall telescope actions 2021-11-04 22:50:19 -04:00
ChristianChiarulli
f3d9ef138d fix: make telescope default mappings overrideable 2021-11-04 15:49:41 -04:00
ChristianChiarulli
ad9eb6ca0a feat: (kind, abbr, menu) cmp format 2021-11-04 15:37:14 -04:00
Xavier Young
e05ced8ec3
fix(reload): set lvim modules to nil correctly (#1898) 2021-11-03 19:26:56 +01:00
kylo252
7a813780a1
fix: overloading keymappings now works correctly even after reloading (#1789) 2021-11-03 12:32:10 +01:00
kylo252
a6845c9cc7
fix: dashboard now runs on fresh installs (#1896) 2021-11-03 12:30:34 +01:00
kylo252
32ca5afa4a
feat: better error handling for packer (#1883) 2021-11-02 16:58:55 +01:00
kylo252
e8693406ba
perf(lsp): use the new upstream API for filetypes (#1836) 2021-10-31 16:23:44 +01:00
kylo252
61a2e0b191
fix: update which-key bindings for LvimReload (#1754) 2021-10-31 10:12:05 +01:00
kylo252
95d8127f31
fix(lsp): avoid data-race on server:install() (#1863) 2021-10-30 20:39:53 +02:00
kylo252
c4a85b3275 fix: pin nvim-tree (#1874) 2021-10-30 14:39:00 +02:00
kylo252
377cab434c feat: update now syncs the core plugins (#1865) 2021-10-30 14:39:00 +02:00
Antonio Hickey
ffd1d5e165 feat: new file cmd for dashboard + icon update (#1849) 2021-10-30 14:39:00 +02:00
Xavier Young
05337a9cf3 fix(whick-key): add missing space (only windows cause problem) (#1866) 2021-10-30 14:39:00 +02:00
Chase Colman
6b8ef55e3d fix(lsp): install templates and configure overrides for custom providers 2021-10-28 21:15:49 +08:00
Chase Colman
177916d63d
feat(cmp): expose lunarvim's cmp helper methods (#1844)
Co-authored-by: xeluxee <88047141+xeluxee@users.noreply.github.com>
2021-10-25 18:54:27 +02:00
kylo252
620beb5c94
fix(lsp): disable eslint server by default (#1842) 2021-10-24 14:34:00 +02:00
kylo252
27ffaab737
feat: make cmp keyword_length easier to configure (#1840) 2021-10-24 14:22:39 +02:00
Abouzar Parvan
674588a375
feat: make listchars visible
Fixes #1812
2021-10-24 12:23:10 +03:30
Abouzar Parvan
f59af32e11
feat: add transparent endofbuffer 2021-10-24 12:09:11 +03:30
kylo252
3dd60bd3d4
fix(lsp): template generator now uses lsp.override (#1813) 2021-10-23 18:12:11 +02:00
kylo252
0ea08c7a1c
fix(log): don't rely on lvim.builtin.notify.active (#1831) 2021-10-23 13:11:05 +02:00
kylo252
a96a44a16a
[fix] fix notify's highlight groups and make it optional (#1827) 2021-10-22 23:46:43 +02:00
Matteo Bigoi
10df0b5ffd
[Bugfix] ensure the log level is never nil (#1820) 2021-10-22 21:51:32 +02:00
Abouzar Parvan
d4fd273b55
feat: use the main folke which-key branch 2021-10-22 14:50:49 +03:30
Fabian Preuß
20e5e50797
fix(lualine): use tabstop in spaces component when sensible (#1807) 2021-10-22 14:33:48 +03:30
Sebbl0508
4fd27802b0
fix(plugin): update lualine repo name (#1822) 2021-10-22 12:09:01 +03:30
gapato
30867da8ef
fix(onedarker): fix color of concealed characters (#1817) 2021-10-22 11:46:39 +03:30
kylo252
212fdadce4
fix: handle vim.notify when missing a log level (#1818) 2021-10-21 17:51:22 +02:00
kylo252
25747cfff4
[Feature] use structlog and notify.nvim (#1737)
Co-authored-by: Luc Sinet <luc.sinet@gmail.com>
2021-10-21 07:42:28 +02:00
kylo252
03e5760e59
fix(formatters): always select null-ls by default (#1810) 2021-10-20 20:01:51 +02:00
Sergio Mendez
5cf8c07ee9
fix(bootstrap): support for using default neovim config and data directories (#1777)
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
Co-authored-by: James Walmsley <james@fullfat-fs.co.uk>
2021-10-20 18:05:18 +02:00
kylo252
7c96c45151
refactor(info): new layout with less clutter (#1809) 2021-10-20 12:56:02 +03:30
xeluxee
92c07ed89f fix(cmp): fix <C-j> and <C-k> keybindings not working 2021-10-16 20:36:21 +02:00
Subho Banerjee
281c54ba55
[Bugfix]: Allow user autocmds (#1776)
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2021-10-16 12:03:17 +02:00
kylo252
ef41a3d24e
feat: better telescope integration (#1702) 2021-10-15 16:33:34 +02:00
kylo252
f87416c141
fix(null-ls): add common lsp-setup hooks (#1763) 2021-10-14 18:58:56 +02:00
Robin Kautz
daa0b24a50
[Bugfix]: fixes custom autocommands not working (#1775) 2021-10-14 18:32:29 +02:00
Chase Colman
4b0ce90a95
fix(plenary): restore impatient caching for plenary (#1768) 2021-10-14 07:03:54 +02:00
Chase Colman
9e18c16b2b
fix(config/log): show error in config instead of hiding (#1751) 2021-10-12 17:33:41 +02:00
James Walmsley
5deb0e57ce
bugfix: Ensure lvim table is valid before calling Log:warn() (#1742)
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2021-10-12 17:12:55 +02:00
Abouzar Parvan
3dc24cd0c3
[Feature] use Comment.nvim instead of nvim-comment (#1736) 2021-10-11 20:10:59 +03:30
Abouzar Parvan
965ea4bbb9
fix: correct floating window position in Neovim 0.6 nightly (#1732) 2021-10-11 20:05:43 +03:30
Abouzar Parvan
fdec599954
fix: core.telescope has migrated to lvim.core.telescope
Fixes #1739
2021-10-11 11:53:30 +03:30
kylo252
52b7455741
feat: add an independent lvim namespace (#1699) 2021-10-10 21:07:41 +02:00
Abouzar Parvan
e2c85df440
fix: anything not in setup should be set using zero and one (#1733) 2021-10-10 14:25:38 +03:30
Abouzar Parvan
8c03df505f
fix: nvim-tree ls_disagnostics has been replaced with diagnostic (#1731) 2021-10-10 14:04:06 +03:30
rebuilt
c44550249b
fix(nvimtree): change 0 and 1 values to true/false (#1728) 2021-10-10 11:29:01 +03:30
rebuilt
65f165011a
fix(auto-pairs): disable lazy loading for auto-pairs (#1729) 2021-10-10 11:11:35 +03:30
Abouzar Parvan
596db66c7f
fix: don't hide duplicate snippets 2021-10-10 00:30:03 +03:30
xeluxee
ba5de3c833
feat(cmp): make popupmenu formatting options configurable (#1718) 2021-10-09 23:58:00 +03:30
Chase Colman
82b7a35858
fix(cmp/autopairs): prevent out of bounds jump and re-enable jump after confirm (#1708) 2021-10-09 20:47:01 +02:00
Abouzar Parvan
484c618d09
feat: support nvim-cmp floating menu highlights (#1719) 2021-10-09 17:51:32 +03:30
Luc Sinet
b524100f01
feat: support wildcard filetypes for null-ls providers (#1447)
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2021-10-09 13:45:34 +02:00
kylo252
efd82c8756
feat: configure multiple filetypes per provider (#1725) 2021-10-09 13:39:15 +02:00
kylo252
195b07a464
fix(lsp): use correct check for formatter override (#1726) 2021-10-09 13:38:35 +02:00
Abouzar Parvan
5fef931d87
fix: move jsonls commands under setup (#1685) 2021-10-09 08:03:23 +02:00
Xavier Young
e2df61f256
fix(telescope): prompt position when find/grep LunarVim files (#1711) 2021-10-09 07:55:45 +02:00
Abouzar Parvan
85e7b7804a
fix: don't use the cmp floating window (#1715) 2021-10-08 22:24:55 +03:30
Chris Dawkins
a814ea2e14
fix: correct variable names in NvimTree setup table (#1710)
Co-authored-by: chris <chris@dev>
2021-10-08 09:00:05 +02:00
kylo252
f4899e3165
fix: register null-ls providers per filetype (#1709) 2021-10-08 08:57:11 +02:00
kylo252
c0e3c8d43a
feat(lsp): handle user configuration in setup() (#1707) 2021-10-07 17:47:53 +02:00
Abouzar Parvan
0ad60e90a9
[Feature] better code action prompt and auto show codelens actions (#1698) 2021-10-06 02:07:23 +03:30
Subho Banerjee
5fe7b7ad4d
feat(lsp): make lsp buffer-mappings configurable (#1687) 2021-10-05 21:29:58 +02:00
dklymenk
76bee64f17
fix: return null ls setup user config (#1683) 2021-10-04 23:09:40 +02:00
Abouzar Parvan
8fb404f7d6
fix: bring back NlspConfig completion (#1682) 2021-10-04 15:48:35 +03:30
Abouzar Parvan
6443f156d7
fix: the virtual_text charachter causes issues (#1681) 2021-10-04 14:17:27 +03:30
Abouzar Parvan
b1ae1e9bfb
feat: better kubernetes support (#1679) 2021-10-04 14:10:42 +03:30
Abouzar Parvan
48472a1bf0
feat: better default json schemas (#1678) 2021-10-04 14:04:57 +03:30
Christian Chiarulli
47f68f4873
feat: q quits lsp-installer (#1674) 2021-10-04 07:15:26 +00:00
kylo252
2104e38645
fix: restore the ability to override formatting (#1677) 2021-10-04 08:12:25 +02:00
kylo252
1078f43a51 fix: add packer-install hook on lvim-update 2021-10-03 23:02:42 +02:00
kylo252
7a939ad771 fix: add missing table entry (#1670) 2021-10-03 22:48:41 +02:00
kylo252
efd8f589b7
fix: add deprecation notice for lvim.lang.foo.lsp (#1670) 2021-10-03 22:23:13 +02:00
Abouzar Parvan
48a6d859f3
fix: return correctly for overridden lang servers (#1669) 2021-10-03 21:02:11 +02:00
kylo252
d01ba08eae
refactor: auto-generate language configuration (#1584)
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-03 16:13:46 +02:00
kylo252
3e1cd1ec23
fix: add missing lsp.log entry in log_viewer (#1666) 2021-10-03 14:32:09 +02:00
Abouzar Parvan
1e0d0181d5
feat: make lsp highlight color configurable (#1659) 2021-10-02 18:04:38 +03:30
kylo252
a273c46eee
feat: add LvimUpdate command (#1634)
* 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
2021-10-01 13:27:06 +02:00
Subho Banerjee
8ec92c0420
Feature: Define signs for Dap (#1642) 2021-09-30 11:01:59 +03:30
Xavier Young
35d5615ecc
fix: can't open lvim log file cause by lvim.log.viewer.cmd (#1638) 2021-09-30 07:42:10 +02:00
Abouzar Parvan
9740617292
barbar is fixed upstream 2021-09-29 09:31:45 +03:30
Abouzar Parvan
6b79e00cb0
pin barbar to fix #1636 2021-09-28 23:59:50 +03:30
Abouzar Parvan
238bbf18ac
fix small bugs in nvim-tree (#1629) 2021-09-26 21:11:44 +03:30
Abouzar Parvan
62b805448d
migrate nvim-tree to setup syntax episode 4 😢 (#1627) 2021-09-26 20:06:34 +03:30
Abouzar Parvan
1d96533f17
lsp_diagnostics is part of the nvim-tree setup now (#1623) 2021-09-26 13:33:54 +03:30
Subho Banerjee
61b56a7bb1
fix: Adding Diff* highlight groups in onedarker (#1594)
Fixes #1576
2021-09-26 10:50:50 +03:30
Abouzar Parvan
464f092ada
Update highlights.lua 2021-09-26 10:47:42 +03:30
Abouzar Parvan
8009ff4fee
fix: use the new nvim-tree syntax (#1619) 2021-09-26 08:07:06 +02:00
Abouzar Parvan
64a5964b54
update nvim-tree based on the refactor (#1617) 2021-09-25 20:47:50 +03:30
kylo252
810fc26fdf
fix: adjust layout after a regression in telescope (#1615) 2021-09-25 18:39:12 +02:00
Abouzar Parvan
9b76a13512
watch_index is deprecated, use watch_gitdir instead (#1614) 2021-09-25 10:35:08 +03:30
Abouzar Parvan
ddd86dd2b9
Fix the lua goto definition bug and add better common capabilities (#1604) 2021-09-23 20:00:20 +03:30
Abouzar Parvan
edeadaf05d
[Bugfix] instead of wrapping the gl diagnostics, split them (#1595) 2021-09-22 10:56:52 +03:30
kylo252
938e0f88bc
fix: remove outdated cache files on install (#1591) 2021-09-21 11:56:24 +02:00
Abouzar Parvan
55d9a15a08
[Bugfix] Wrap the gl floating window diagnostics (#1588) 2021-09-21 13:29:32 +04:30
Chase Colman
fbfd8c1fc3
feature: allow cmp confirm options to be configurable (#1523) 2021-09-21 08:54:47 +02:00
Abouzar Parvan
dbb958289b
add support for local stylelint (#1586) 2021-09-20 14:15:22 +04:30
Abouzar Parvan
65392c553e
feature: vim.api.diagnostics has been moved to vim.diagnostics in neovim head (#1573) 2021-09-18 13:23:30 +04:30
xeluxee
87d3610291
[Bugfix]: latex completion: insert { instead of ( when completing (#1566) 2021-09-17 21:09:26 +04:30
chaesngmin
390f277b70
fix(dashboard): hide version when no tag found (#1572) 2021-09-17 05:14:31 -07:00
chaesngmin
254ab2102b
[Feature] Add lunarvim latest release tag to dashboard (#1436)
* feat: add lunarvim latest release tag to dashboard

* Add a function to center-align text

Rename align to align_left
Rename shift_left to shift_right

* refactor(dashboard): remove unnecessary comment

* refactor(dashboard): use `home_dir` variable for `lv_path`

* refactor(dashboard): use $LUNARVIM_RUNTIME_DIR for lv_path

* feat(bootstrap): add fn that returns lvim version

* refactor(dashboard): use version, lunarvim dir with bootstrap fns

* build: add global get_version() from bootstrap

Co-authored-by: Luc Sinet <luc.sinet@gmail.com>
2021-09-17 04:13:52 -07:00
Luong Vo
eab0369ae8
fix: missing default configuration for update_in_insert (#1550) 2021-09-17 11:04:03 +04:30
kylo252
9257e68c05
fix: use the correct API for the log-viewer (#1564) 2021-09-17 10:59:35 +04:30
Christian Chiarulli
d610502f91 fix: dashboard footer seems to have disapeared 2021-09-16 10:15:30 -04:00
kylo252
e22f9a21c1
fix: more robust reloading (#1556) 2021-09-16 12:28:32 +04:30
Abouzar Parvan
168eb232d1
feature: make peek function work in neovim head and 0.5 (#1559) 2021-09-15 23:42:57 +04:30
Abouzar Parvan
df0da6fc75
[bugfix] Update lualine according to the breaking changes (#1558) 2021-09-15 23:41:21 +04:30
chaesngmin
0cbc1e9425
feat(lualine): pin commit to avoid breaking config (#1546) 2021-09-14 18:06:50 +02:00
Christian Chiarulli
f0b30f0a83 fix: no preselect for up/down, c-j/c-k and tab/s-tab 2021-09-14 01:33:40 -04:00
kylo252
414777077f
fix: use correct install path for packer (#1540) 2021-09-13 17:22:27 +02:00
kylo252
bb130d669b fix: don't re-initalize the plugin-loader 2021-09-13 11:49:53 +02:00
Luong Vo
e10cd48ea2
fix: common capabilities returning nothing if no cmp_nvim_lsp (#1537)
Signed-off-by: Luong Vo <vo.tran.thanh.luong@gmail.com>
2021-09-13 11:30:06 +02:00
kylo252
8eed75d67f
refactor: use more flexible paths (#1381) 2021-09-13 11:28:15 +02:00
kylo252
38b0c3d860
fix: remove unused variables (#1532) 2021-09-13 11:10:22 +02:00
Chase Colman
e93c6abab7
Fix loading cmp config after Packer install (#1524) 2021-09-13 07:47:25 +02:00
Chase Colman
ad86b19204
refactor: add explicit setup for impatient (#1529)
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2021-09-12 08:15:29 +02:00
kylo252
7a53fc63e0
refactor: add 32bit support for impatient (#1527) 2021-09-12 08:06:03 +02:00
Abouzar Parvan
23f535666e
bugfix: remove double quotes from scala config 2021-09-10 13:16:23 +04:30
Christian Chiarulli
ac32f2e64d fix: move setup function outside of config function 2021-09-09 09:25:12 -04:00
luetage
0834517008
Show treesitter icon only with supported filetype (#1512) 2021-09-08 20:43:30 -04:00
Abouzar Parvan
6974e109c6
feature: unpin gitsigns to use the latest bugfix commits on their repo (#1509) 2021-09-08 20:42:17 -04:00
Chase Colman
009f004ce8
[Feature] Add modified version of impatient.nvim for caching (#1488) 2021-09-08 20:59:44 +04:30
Abouzar Parvan
f338f3577c
show correct inline diagnostics in neovim 0.6 (#1502) 2021-09-08 16:38:57 +04:30
christianchiarulli
8c83b403ef fix: vim.uri bug in 0.6 2021-09-07 19:40:40 -04:00
Christian Chiarulli
9ece2e5369
feat: compe -> cmp (#1496) 2021-09-07 19:23:14 -04:00
Abouzar Parvan
151684bba1
there was a weird situation that caused lualine msg to turn boolean instead of table (#1492) 2021-09-06 22:53:41 +04:30
Luong Vo
5cdd742354
fix not being able to add linters and formatters to docker (#1486) 2021-09-06 21:41:54 +04:30
Abouzar Parvan
a5bd420cb7
toggleterm.nvim not toggleterm.lua 🤦 2021-09-06 18:36:28 +04:30
Abouzar Parvan
129768da1d
nvim-toggleterm has been renamed to toggleterm
Fix #1489
2021-09-06 18:35:12 +04:30
Abouzar Parvan
2ccae0a746
fix string cannot contain newlines error while showing diagnostics (#1487) 2021-09-06 12:49:00 +04:30
Christian Chiarulli
9eeb4f23da Merge branch 'rolling' of github.com:LunarVim/LunarVim into rolling 2021-09-05 18:13:28 -04:00