Commit graph

767 commits

Author SHA1 Message Date
Ching Pei Yang
12ed05bcfb
lazy: refactor common var 2024-10-28 03:04:58 +01:00
Ching Pei Yang
eff15d27b4
cmp: install sourcess via cmp.sourcePlugins 2024-10-26 01:51:58 +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
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
66a03f53f8
formatting nitpick
Co-authored-by: diniamo <55629891+diniamo@users.noreply.github.com>
2024-10-18 10:48:50 +02:00
Ching Pei Yang
88393d6a78
Merge branch 'v0.7' into feature/lzn 2024-10-17 19:14:05 +02:00
Pei Yang Ching
665f0fa106 lazy: cleanup 2024-10-17 17:29:25 +02:00
Pei Yang Ching
d49e46ab16 treewide: update lazy.plugins syntax 2024-10-17 17:20:35 +02:00
Pei Yang Ching
854fd340e3 lazy: use attrsOf for lazy.plugins 2024-10-17 17:20:35 +02:00
diniamo
3c4eced9d1
docs: add missing deprecation notes (#420) 2024-10-17 15:19:37 +02:00
diniamo
ff9b0eeb1f
nvim-cmp: fix rewrite remnants (#419)
* fix: bad cmp confirm

* nvim-cmp: simplify confirm bind and mapping definitions

---------

Co-authored-by: Pei Yang Ching <59727193+horriblename@users.noreply.github.com>
2024-10-17 05:57:29 +00:00
Pei Yang Ching
d76d673dd4 neo-tree: fix duplicate neo-tree install 2024-10-16 01:28:34 +02:00
diniamo
54ec473039
comment-nvim: fix visual mappings (#417) 2024-10-15 18:05:05 +02:00
Soliprem
a7e0542fd0
neorg: init (#413)
* neorg: init

* neorg: setupOpts work

* neorg: disable by default

* neorg: added changelog entry

* neorg: setupOpts setup correctly

* neorg: sane default for setupOpts

* neorg: changed description and removed reduntant treesitter activation

* neorg: added vim.treesitter.enable

* neorg: fixing capitalisation

* neorg: adding descriptions

* neorg: formatting

* neorg: added newline at the end of docs
2024-10-15 15:31:18 +00:00
Soliprem
94d2b837cf
leap: changing default binds (#416)
* leap: changed default binds

* leap: added changelog entry

* leap: fixing requested change

Co-authored-by: diniamo <55629891+diniamo@users.noreply.github.com>

* Revert "leap: added changelog entry"

This reverts commit 6aac9b2580.

* leap: added changelog entry

* leap: fix inherits

---------

Co-authored-by: diniamo <55629891+diniamo@users.noreply.github.com>
2024-10-14 22:47:44 +02:00
Ching Pei Yang
f5d33f6a53
wrapper: disableDefaultRuntimePaths
---
Co-authored-by: NotAShelf <raf@notashelf.dev>
2024-10-14 14:21:35 +03:00
ksonj
caaacbf59c
languages/scala: Add scala language support (#399)
* languages/scala: Add scala language support

Adds LSP support for Scala via nvim-metals

* Fix luaInline import

* Add changelog entry for Scala support to 0.7 release notes

---------

Co-authored-by: raf <raf@notashelf.dev>
2024-10-12 03:43:33 +00:00
Soliprem
c0790c5494
languages/kotlin: init (#390)
* merge

* created otter file

merge

* update

merge

* update
merge

* committing flake.lock
merge

* merge

* haskell: added LSP and treesitter

* haskell: default to isMaximal

* haskell: haskell support

* kotlin: LSP and treesitter

* haskell: LSP cmd definition

* haskell: LSP cmd definition (currently broken)

* kotlin: LSP and treesitter working

* removing haskell from kotlin branch

* merge

* merge

* kotlin: capitalisation

* kotlin: implemented formatter

* kotlin: cleanup

* kotlin: formatter and linter both work

* kotlin: cleanup

* kotlin: massive speedup in loadtimes for lsp

* otter: cleanup

* kotlin: changelog entry

* flake.lock: reverting accidental formatting

* kotlin: removed redundant description

* kotlin: fixed typo

* kotlin: using symlinkjoin better

* kotlin: moved wrapper to example

* kotlin: cleaning up and fixing docs render

---------

Co-authored-by: raf <raf@notashelf.dev>
2024-10-10 20:14:52 +02:00
raf
d1c24c8eae
Merge branch 'v0.7' into feature/lzn 2024-10-09 17:52:13 +00:00
diniamo
7dbd1cd8d1
treewide: rewrite autocompletion module and related stuff (#404)
* modules/completion: rewrite

* treewide: remove vsnip, add luasnip

* nvim-cmp: add default sorting

* nvim-cmp: load after luasnip

* lib: fix docs for mergelessListOf

* docs: add changelog entires for rewrite

* deprecations: add rewrite deprecations

* nvim-cmp: clarify in format description

* docs: fix option reference in release notes

* treewide: remove reduant `// {default = false;}`s

* luasnip: add missing `{option}` for option reference

* deprecations: add entry for vsnip

* nvim-autopairs: use multiline string

* nvim-dap: use outer attribute
2024-10-09 17:50:34 +00:00
Ching Pei Yang
20302afeca
dap: appease the nix gods (fix statix lint) 2024-10-09 17:53:25 +02:00
Ching Pei Yang
3b7a11cb42
fixup! lazy: init module 2024-10-06 22:43:06 +02:00
Ching Pei Yang
b7a34ad52b
neo-tree: lazy load 2024-10-06 20:51:33 +02:00
Ching Pei Yang
4701bb15c5
surround-nvim: lazy load 2024-10-06 20:13:39 +02:00
Ching Pei Yang
6ae18403a8
comment-nvim: lazy load 2024-10-06 19:35:10 +02:00
Ching Pei Yang
283ea5b92c
lazy: support lazy.enable=false 2024-10-06 19:35:10 +02:00
Ching Pei Yang
d649939b24
fidget: lazy load 2024-10-06 19:35:10 +02:00
Ching Pei Yang
f7b099e6f8
leap: lazy load 2024-10-06 19:35:10 +02:00
Ching Pei Yang
fb36de0aac
icon-picker: lazy load 2024-10-06 19:35:10 +02:00
Ching Pei Yang
a9ce2fe101
diffview: lazy load 2024-10-06 19:35:10 +02:00
Ching Pei Yang
127ae0200d
cheatsheet: lazy load 2024-10-06 19:35:10 +02:00
Ching Pei Yang
bb2b3ff225
toggleterm: lazy load 2024-10-06 19:35:09 +02:00
Ching Pei Yang
6c92f6cec5
trouble: lazy load 2024-10-06 19:35:09 +02:00
Ching Pei Yang
0608e107cd
dapui: lazy load 2024-10-06 19:35:09 +02:00
Ching Pei Yang
edab575b52
nvim-tree: lazy load 2024-10-06 19:35:09 +02:00
Ching Pei Yang
bc6597c36a
telescope: lazy load 2024-10-06 19:35:09 +02:00
Ching Pei Yang
96954beece
wrapper: fix opt plugin format 2024-10-06 19:35:08 +02:00
Ching Pei Yang
3e48cea536
lzn-auto-require: add init lua code 2024-10-06 19:35:08 +02:00
Ching Pei Yang
937d0f22af
lazy: init module 2024-10-06 19:35:08 +02:00
Ching Pei Yang
b39b84490f
Docs/map rewrite (#403)
* doc: fix formatting

* docs: update keymaps section
2024-10-06 14:03:21 +00:00
diniamo
7a8b95cf7c
Surround setupopts (#402)
* surround: fix keymaps

* surround: make description multi-line
2024-10-06 14:35:07 +03:00