about summary refs log tree commit diff
path: root/fnl/nvrc
Commit message (Collapse)AuthorAgeFilesLines
* fix(statusline): fix long filepath truncating other indicatorssefidel2024-05-251-1/+1
|
* feat(keymaps)!: group ui togglessefidel2024-05-221-2/+3
| | | | * S(how)
* feat(packs): add conformsefidel2024-05-223-1/+27
| | | | | * Replaces LSP-based formatter. No action is needed as the formatter would always fall back to LSP when it's available.
* chore: remove unused importssefidel2024-05-192-3/+1
|
* feat(packs/treesitter): jellybeans colour correctionsefidel2024-05-192-4/+29
|
* chore(statusline): use vlua macrosefidel2024-05-191-1/+2
|
* feat(keymaps): add keymap for toggling inlay hintssefidel2024-05-191-0/+1
|
* fixup! feat(packs/fidget): migrate to mainsefidel2024-05-191-1/+1
|
* chore(pack): reformatsefidel2024-05-191-2/+2
|
* feat(packs/fidget): migrate to mainsefidel2024-05-193-4/+8
|
* fixup! feat(packs/rust): replace rust-tools.nvim with rustaceanvimsefidel2024-05-181-2/+2
|
* chore(keymaps): reformatsefidel2024-05-181-9/+10
|
* feat(packs/rust): replace rust-tools.nvim with rustaceanvimsefidel2024-05-181-1/+1
|
* fix(keymaps): fix leap conflicting with helix-like movementsefidel2024-05-182-3/+4
|
* feat(packs): dirvish -> oilsefidel2024-05-152-2/+2
| | | | * This is a drop-in replacement.
* feat(packs): add nvim-surroundsefidel2024-05-151-0/+1
|
* fix(packs/autopairs): fix weird behaviour with rust lifetimesefidel2024-05-151-2/+0
|
* feat(packs/treesitter)!: replace asdf bindings with C-{er} HEAD mainsefidel2024-05-121-6/+4
|
* feat(packs/treesitter): support asdf as alternative to hjkl on swapsefidel2024-05-121-2/+6
| | | | An attempt to solve keybind conflict between terminal multiplexers.
* feat(packs/treesitter)!: m->f on move keybindssefidel2024-05-121-4/+4
|
* fix(packs/leap): fix leap never being loadedsefidel2024-05-121-1/+1
|
* feat(keymaps): add keymaps for window navigationsefidel2024-05-121-0/+5
|
* fix(colors): fix colour on treesittersefidel2024-05-121-1/+2
|
* feat(keymaps): more ergonomic keybindssefidel2024-05-121-6/+7
|
* fix(packs/treesitter): fix tree-sitter-comment highlightingsefidel2024-05-111-3/+3
| | | | | * This commit fixes the comment highlighting being overridden by LSP's semantic tokens highlight.
* fix(packs/cmp): use vim.snippets.activesefidel2024-05-111-2/+2
| | | | * Breaking change introduced in https://github.com/neovim/neovim/commit/bc7f86209d3961aa479a8caeb792a8d39de55ece
* fix(packs/lspconfig): workaround rust-analyzer#16867sefidel2024-05-071-1/+3
|
* feat(packs): add nvim-colorizer.luasefidel2024-04-121-0/+3
|
* fix(macro/pack): don't pass empty set to setupsefidel2024-04-121-1/+1
| | | | | | This commit fixes a bug where some plugins will not behave correctly when configured with `:init`, as it essentially overrided all of the default settings.
* feat(packs/lspconfig): add typst-lspsefidel2024-04-121-0/+1
|
* chore(packs/lspconfig): sort lsp configssefidel2024-04-121-3/+3
|
* feat(packs/treesitter): add typst to ensure_installedsefidel2024-03-292-2/+2
|
* feat(packs): add typst-previewsefidel2024-03-282-0/+9
|
* chore(lockfile): bumpsefidel2024-03-211-1/+2
|
* feat(cmp)!: replace luasnip with native snippetssefidel2024-03-212-6/+4
|
* feat(events): map hujson to jsoncsefidel2024-02-281-0/+4
|
* feat(packs): add gitsignssefidel2024-01-111-0/+1
|
* feat(colors): use transparent signcolumnsefidel2024-01-111-0/+3
|
* feat(keymaps): add lsp keybindssefidel2024-01-071-0/+14
|
* feat(packs/lspconfig)!: disable type checking on pyrightsefidel2024-01-011-1/+1
|
* fix(keymaps): fix j,k mappingssefidel2023-11-051-2/+2
|
* chore(pack): remove redundant FixCursorHold.nvimsefidel2023-10-041-1/+0
|
* feat(pack): also load lsp on BufNewFilesefidel2023-10-041-2/+2
|
* fix(packs/autopairs): fix autopairs not being loadedsefidel2023-10-021-1/+1
| | | | | This commit fixes autopairs being stuck unloaded because of the lazy flag being set, by replacing it with `InsertEnter` event hook.
* feat(packs/mini-indentscope): initsefidel2023-10-012-0/+5
|
* feat(pack): aggressively lazy load packssefidel2023-10-012-16/+19
|
* feat(pack)!: use lazy.nvimsefidel2023-10-012-51/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit replaces packer.nvim with lazy.nvim to make the lazy-load based package management painless, with lazy.nvim's automatic module lazy-loading and lockfile support. Squashed commit of the following: commit 4b972111b3f91f0b385a6d58640c7751ff8ecd22 Author: sefidel <contact@sefidel.net> Date: Sun Oct 1 20:43:42 2023 +0900 wip: remove leftover mentions to packer.nvim commit 536106e405b9ec20084b9735a937e80699cdcbb8 Author: sefidel <contact@sefidel.net> Date: Sun Oct 1 20:33:44 2023 +0900 wip: get rid of luarocks macros commit 6cf35948e4a3081446a9c9414bf350661444df72 Author: sefidel <contact@sefidel.net> Date: Sun Oct 1 20:18:51 2023 +0900 wip: working lazy.nvim checkpoint commit 407056efd6de976b4d91162c70e3b49cca17664e Author: sefidel <contact@sefidel.net> Date: Sun Oct 1 13:38:43 2023 +0900 wip: replace packer.nvim with lazy.nvim
* feat(packs/slimv)!: removesefidel2023-10-012-6/+0
|
* chore(packs): use legacy branch for fidget.nvimsefidel2023-09-301-1/+1
| | | | | This commit replaces the pinned 'legacy' tag with the 'legacy' branch in an attempt to fix update failures.
* feat(colors): add ts-comment colorssefidel2023-09-171-1/+8
|