about summary refs log tree commit diff
path: root/fnl/nvrc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* feat(packs/lspconfig): add nil_lssefidel2023-09-161-0/+1
|
* feat(keymaps): <leader>l to show diagnosticssefidel2023-09-161-0/+1
|
* feat(keymaps): add helix-like line movementssefidel2023-09-041-0/+7
|
* feat(packs/autopairs): remove singlequote for lispsefidel2023-09-031-1/+3
|
* feat(packs/autopairs): enable treesittersefidel2023-09-032-1/+4
|
* Revert "feat(packs/lspconfig)!: globally disable semantic highlighting"sefidel2023-09-031-9/+0
| | | | This reverts commit f0814fa0ec927adfad444b5c1d859a25753810a1.
* feat(keymaps)!: sync with wmsefidel2023-09-021-5/+7
|
* Revert "feat(packs/rust)!: disable semantic highlighting"sefidel2023-09-021-4/+1
| | | | | | This reverts commit 38a7badbfa67f29556836c94ce66d872af246385. * Superseded by f0814fa0ec927adfad444b5c1d859a25753810a1
* feat(packs/lspconfig)!: globally disable semantic highlightingsefidel2023-09-021-0/+9
|
* feat(packs/leap)!: use default keybindingssefidel2023-09-023-4/+4
|
* feat(packs/rust)!: disable semantic highlightingsefidel2023-09-021-1/+4
|
* fix(packs/cmp): fix no completions on cmdline modesefidel2023-09-011-4/+2
|
* fix(packs/lspconfig): fix clangd_extensions not startingsefidel2023-08-261-0/+2
|
* feat(packs/dap): remove lldb adaptersefidel2023-08-131-4/+0
|
* feat(options): set splitkeepsefidel2023-08-131-1/+1
|
* feat(keymaps): sync keymaps with hxsefidel2023-08-131-4/+5
|
* feat(colors): add palette switchersefidel2023-08-132-0/+6
|