diniamo
f45ba0d567
Merge 3dfd83f389
into 0e763161e2
2024-11-04 08:52:39 +00:00
diniamo
3dfd83f389
nvim-cmp: move text and snippet completions to the bottom
...
This doesn't guarantee that snippets will be above text completions, but
that should still be the case, since the `kind` comparator sorts
snippets above text.
2024-11-04 09:52:34 +01:00
Soliprem
0e763161e2
languages/vala: init ( #432 )
...
* vala: init
* vala: applying reviews
* vala: making formatter work
* vala: cleaning up useless import
* vala: wrapping uncrustify
* vala: added changelog entry
2024-11-03 23:14:14 +01:00
Ching Pei Yang
af9f09762a
comment: remove redundant plugin
2024-11-03 19:28:24 +01:00
Ching Pei Yang
e57ef1db64
lsp: mark hack as HACK
2024-11-03 19:26:06 +01:00
Ching Pei Yang
6ef34511b1
treesitter: remove redundant code
2024-11-03 19:00:51 +01:00
Ching Pei Yang
d3ff60bd4c
cmp: skip trigger_load if lazy disabled
2024-11-03 19:00:25 +01:00
Ching Pei Yang
850465faba
doc: update configuration docs on custom plugins
2024-11-03 18:55:34 +01:00
Ching Pei Yang
02676d4224
lsp: avoid loading cmp on startup
2024-11-03 18:34:43 +01:00
Ching Pei Yang
5e6677fb1a
doc: update description of theme
dag entry
2024-11-03 18:13:26 +01:00
Ching Pei Yang
a4f03076bf
theme: ensure themes load before lazy plugins
2024-11-03 18:12:08 +01:00
Ching Pei Yang
347a04b62e
cmp: deduplicate attr key
2024-11-03 18:02:50 +01:00
Ching Pei Yang
834aee6cce
lsp: use cmp_nvim_lsp capabilities
2024-11-03 17:55:51 +01:00
diniamo
c6453c4e69
languages/julia: add
...
Co-authored-by: raf <raf@notashelf.dev>
2024-11-02 23:49:42 +00:00
1166e8aa1d
Merge branch 'main' into v0.7
2024-11-01 23:07:19 +00:00
Ching Pei Yang
bf54ca3cb2
remove stale FIXME
2024-10-31 14:19:07 +01:00
Ching Pei Yang
de6e701386
surround: rework keymap config
2024-10-31 14:17:29 +01:00
Ching Pei Yang
11e0b9a031
toggleterm: use toLuaObject for clarity
2024-10-31 13:58:59 +01:00
Ching Pei Yang
7543cc2725
toggleterm: make lazygit keybind optional
2024-10-31 13:57:13 +01:00
Ching Pei Yang
9360becd30
lazy: remove unused module arg
2024-10-31 13:51:51 +01:00
ppenguin
8ff50562d7
fix markdown-preview config error
Set up binary cache / cachix (default) (push) Has been cancelled
Set up binary cache / cachix (maximal) (push) Has been cancelled
Set up binary cache / cachix (nix) (push) Has been cancelled
Validate flake & check formatting / Validate Flake (push) Has been cancelled
Validate flake & check formatting / Formatting via Alejandra (push) Has been cancelled
Build and deploy documentation / Check latest commit (push) Has been cancelled
Build and deploy documentation / publish (push) Has been cancelled
2024-10-30 12:03:39 +00:00
42c5228dc1
Merge pull request #428 from diniamo/add-csharp
...
languages/csharp: init
2024-10-28 12:56:53 +00:00
Ching Pei Yang
b59689dbd9
trouble: remove redundant import
2024-10-28 03:14:36 +01:00
Ching Pei Yang
536feac331
docs: update dag-entries
2024-10-28 03:14:36 +01:00
Ching Pei Yang
192340494b
refactor: re-order plugin and lz.n configs
...
lazy: make lzn-auto-require togglable
2024-10-28 03:14:36 +01:00
Ching Pei Yang
eb95f77e75
nvim-dap-ui: add setupOpts
2024-10-28 03:04:59 +01:00
Ching Pei Yang
12ed05bcfb
lazy: refactor common var
2024-10-28 03:04:58 +01:00
Ching Pei Yang
aac776f7a4
Update docs/manual/hacking/additional-plugins.md
...
Co-authored-by: diniamo <55629891+diniamo@users.noreply.github.com>
2024-10-28 02:31:47 +01:00
diniamo
665feee445
languages: csharp init with omnisharp and csharp_ls
2024-10-27 14:35:17 +01:00
diniamo
0aa557dac6
lsp: avoid vimscript in bindings
2024-10-27 14:31:13 +01:00
diniamo
5ab1af9285
languages/kotlin: allow specifying a command for lsp.package, fix indentation
2024-10-27 12:54:39 +01:00
diniamo
30a8a8fce0
languages/nix: use stricter type for lsp.server
2024-10-27 12:53:44 +01:00
Ching Pei Yang
eff15d27b4
cmp: install sourcess via cmp.sourcePlugins
2024-10-26 01:51:58 +02:00
Soliprem
da86e554a6
Fix typo in otter setupOpts ( #424 )
...
* Revert "leap: changed default binds"
This reverts commit 92a7bfc4b8
.
* Reapply "leap: changed default binds"
This reverts commit ede1d4437e2d8d1a6ff31b4dc855676c6e16df36.
* otter: fixed stupid typo
* otter: added changelog entry
2024-10-23 14:51:43 +00:00
Anthony
71e2ae1db4
languages/nix: change nixpkgs-fmt to nixfmt (rfc-style) ( #383 )
2024-10-22 21:44:18 +00:00
Anthony
e80520ddf3
languages: add biome support for formatting ( #423 )
2024-10-22 22:15:07 +02:00
Ching Pei Yang
0397d0722f
lazy: allow key mode of str type
2024-10-22 15:46:04 +02:00
Ching Pei Yang
70e988bb33
cmp-nvim-lsp: lazy load
2024-10-22 15:33:18 +02:00
Ching Pei Yang
6664304f7e
docs: fix broken link
2024-10-22 15:32:57 +02:00
Ching Pei Yang
1952f41632
format
2024-10-22 15:31:11 +02:00
Ching Pei Yang
2f502f1790
fixup! cmp: actually lazy load source
2024-10-22 15:25:59 +02:00
Ching Pei Yang
4b703964e1
cmp: actually lazy load source
2024-10-22 15:14:15 +02:00
Ching Pei Yang
f107cc45eb
flake: add rtp.nvim
2024-10-22 13:00:48 +02:00
Ching Pei Yang
e829a0964a
luasnip: lazy load
2024-10-22 12:59:56 +02:00
Ching Pei Yang
46a1f0427f
cmp: lazy load
...
this moves cmp itself to lazy.plugins but other plugins that call cmp
are not yet lazy so cmp is technically not yet lazy
2024-10-22 12:59:50 +02:00
Ching Pei Yang
b636b22046
copilot: lazy load
2024-10-21 20:19:18 +02:00
Ching Pei Yang
7e10870363
lazy: allow lines in place of str for lua code
2024-10-21 18:08:31 +02:00
Ching Pei Yang
132d83e588
lazy: update lz.n plugin spec
2024-10-21 18:08:09 +02:00
Ching Pei Yang
d1c410b3ff
flake: update lz.n
2024-10-21 18:07:30 +02:00
Ching Pei Yang
2d16be3ceb
typo tee hee :4
...
Co-authored-by: diniamo <55629891+diniamo@users.noreply.github.com>
2024-10-18 10:52:27 +02:00