Abhirath A
4847c099eb
utility/undotree: added description to enable
...
Co-authored-by: raf <raf@notashelf.dev>
2025-07-20 05:39:51 -04:00
Abhirath A
60dd59ecae
utility/undotree: removed unnecessary lazy inputs
...
Co-authored-by: raf <raf@notashelf.dev>
2025-07-20 05:39:20 -04:00
Abhi
1bb9454933
utility/undotree: added extra commands to lazy loader
2025-07-19 23:14:01 -04:00
Abhi
b719103337
formatted files
2025-07-19 18:57:31 -04:00
Abhi
81d566ac39
utility/undotree: removed unimportant boilerplate
2025-07-19 14:44:47 -04:00
Abhi
b7b442737a
utility/undotree: init module
2025-07-19 14:37:41 -04:00
7c1f5db3a5
git/hunk-nvim: add missing UI dependency
...
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a69645f227bef24e5e8481dcd4727623e710f
2025-07-19 18:37:32 +03:00
b89ed91405
git/hunk-nvim: init
...
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a6964c7b5ff071d9ac1713a149ebd9c3abd0f
2025-07-19 04:28:41 +03:00
poz
5651ca05fd
themes/everforest: init
...
https://github.com/sainnhe/everforest
2025-07-19 02:03:27 +02:00
f1ac8512de
Merge branch 'main' into otter-update
2025-07-19 01:38:10 +03:00
poz
5592bcff64
treewide: remove deprecated isNull
2025-07-19 00:08:43 +02:00
Semyon
dd815ece18
fixed typo
...
docs: `diagostics` -> `diagnostics`
2025-07-18 20:27:01 +03:00
midischwarz12
47dcff9d56
feat: vim.loop -> vim.uv
2025-07-17 10:43:55 -05:00
Mohammad Rafiq
0d394c9db0
fix(snippets/luasnip): enable vscode snippet loader
...
nvim-cmp and friendly-snippets depend on the vscode
luasnip loader. previously we only set snipmate
2025-07-17 17:56:37 +08:00
Francesco Prem Solidoro
4e0e8206c3
notes/neorg: fix formatting
2025-07-16 16:47:49 +02:00
Francesco Prem Solidoro
28f4237e4f
notes/norg: fix broken grammars and add norg-meta
2025-07-16 16:43:50 +02:00
Francesco Prem Solidoro
34bd3f08f0
otter: remove deprecated setting
2025-07-16 02:47:29 +02:00
Devin Droddy
e78d4bb3c9
assistant/supermaven-nvim: fix usage of luaInline type
...
😭
2025-07-10 21:09:17 -04:00
e02b61dc4c
Merge branch 'main' into add-supermaven
2025-07-10 01:10:39 +03:00
Devin Droddy
0bd9f1f0ec
assistant/supermaven-nvim: import improvement
2025-07-09 17:36:11 -04:00
Devin Droddy
c86a8a7ddb
assistant/supermaven-nvim: fix bad file reference
...
whoops
2025-07-08 15:42:11 -04:00
Devin Droddy
53c85ca262
assistant/supermaven-nvim: explicit type imports
2025-07-08 15:42:05 -04:00
Devin Droddy
b86e7d157d
supermaven-nvim: fixes
2025-07-08 15:42:05 -04:00
Devin Droddy
2317cba854
supermaven-nvim: add option
...
closes #970
2025-07-08 15:42:05 -04:00
László Bácsi
6b8072445c
Merge branch 'main' into which-key-deregister
2025-07-08 21:30:02 +02:00
Laszlo Bacsi
af87edae84
Merge branch 'main' into neogit-init
2025-07-08 20:18:11 +02:00
László Bácsi
ec2c64e04d
Merge branch 'main' into spellcheck-restore-programming-wordlist
2025-07-08 17:40:47 +02:00
poz
c0a5509a66
languages/nix: switch from nil input to nixpkgs package
2025-07-07 12:37:46 +02:00
47735a6be6
Merge branch 'main' into main
2025-07-07 13:27:47 +03:00
Ching Pei Yang
2be50b2690
Merge branch 'main' into lualine-separators
2025-07-07 11:45:32 +02:00
3b2a37ef3d
init/diagnostics: clearify wording for signs description
2025-07-07 12:38:07 +03:00
Ching Pei Yang
7199ee8ebf
Merge branch 'main' into docs/diagnostic-signs
2025-07-07 10:57:35 +02:00
Ching Pei Yang
733b42cc5f
Merge branch 'main' into lualine-separators
2025-07-07 10:57:09 +02:00
Laszlo Bacsi
94908ffb0a
git/neogit: module init
2025-07-06 15:40:17 +02:00
poz
a9503c8ef8
treewide: remove unused function arguments
2025-07-06 03:31:18 +02:00
poz
ad69bef1f5
treewide: remove unused inherits
2025-07-06 03:30:44 +02:00
poz
f86030bc0e
treewide: move away from deprecated nodePackages aliases
2025-07-06 03:06:29 +02:00
Laszlo Bacsi
045f098f0e
spellcheck: restore configuration for vim-dirtytalk
2025-07-05 19:47:51 +02:00
Laszlo Bacsi
6ec28999cb
docs: working example for vim.diagnostics.config.signs
...
Fixes #863
2025-07-04 22:46:40 +02:00
Laszlo Bacsi
06b5903b53
lualine: fix separator options to work with recent versions of lualine
2025-07-03 17:06:12 +02:00
Kamil Václavek
b79a5b1dcb
Update vim.clipboard.registers type to str
...
nvf.settings.vim.clipboard.registers allows for either a string or a list of strings, but Neovim only accepts a string value. Solved by updating the type to allow strings only.
2025-06-27 15:15:11 +02:00
Laszlo Bacsi
f728834aa3
binds/which-key: allow deregistering binds or groups
2025-06-26 15:25:57 +02:00
Tofixrs
688d7df0e5
nvim-session-manager: add GitSession autoload mode
...
Adds the missing autoload mode from the docs
https://github.com/Shatur/neovim-session-manager?tab=readme-ov-file#autoload-mode
2025-06-25 10:39:00 +02:00
Mohammad Rafiq
8c7fdc0f5d
feat(snippets/luasnip): allow custom snippets
2025-06-19 10:31:17 +08:00
Ching Pei Yang
790a006e7a
Merge branch 'main' into avante-new-provider
2025-06-18 00:00:59 +02:00
Martin Treml
6ad7500a06
avante-nvim: Migrate provider options
...
Migrate the provider options according to the migration guide.
https://github.com/yetone/avante.nvim/wiki/Provider-configuration-migration-guide
2025-06-17 00:37:53 +02:00
Laszlo Bacsi
8483a6de97
utility/smart-splits: get plugin from github instead of nixpkgs
2025-06-16 21:13:43 +02:00
Laszlo Bacsi
d6d569c53e
utility/smart-splits: init
2025-06-16 15:12:44 +02:00
Laszlo Bacsi
5056e02f08
fix(yanky-nvim): shada assertion condition
2025-06-14 11:37:51 +02:00
Laszlo Bacsi
6df9ed87a7
style: fix formatting
2025-06-13 19:48:03 +02:00