|
bbb209135e
|
feat(nvim): improve startup time by combining plugins
This reduces startup time from ~155ms -> ~66ms
|
2024-11-07 18:48:36 +01:00 |
|
|
146847f5c5
|
feat(nvim): enable zig support
But don't bundle ZLS, it is too big.
|
2024-11-07 18:33:41 +01:00 |
|
|
44f1fa7d15
|
fix(nvim): forgot to enable LSPs
🤦
|
2024-11-06 23:21:06 +01:00 |
|
|
cab3dcbc32
|
feat(nvim): remove TS tools when bundling grammars
They are not needed as we are not building any grammars (we are bundling
them)
|
2024-11-06 23:05:45 +01:00 |
|
|
e26eceb10c
|
fix(nvim): check all nvim options
This surfaced an issue with `bundleLSPs = false`
|
2024-11-06 22:35:18 +01:00 |
|
|
54c4343567
|
fix(nvim): move molten.nvim to dev-plugins
It is for working with jupyter notebooks so that is its rightful place.
|
2024-11-06 22:10:12 +01:00 |
|
|
c6a9f66a6c
|
fix(nvim): remove unused variable
|
2024-11-03 00:01:42 +01:00 |
|
|
dd2bceb7db
|
feat(nvim): add options to trim down package size
Seeing as I use `nvim` in the servers, trimming it down a bit would be
nice.
|
2024-11-02 23:40:50 +01:00 |
|