about summary refs log tree commit diff
path: root/fnl
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* feat(packs): use legacy tag for fidget.nvimsefidel2023-07-091-1/+1
|
* feat(lspconfig): add pyrightsefidel2023-06-091-0/+1
|
* fix(pack): load nvim-cmp on BufEntersefidel2023-06-041-1/+1
| | | | * this fixes minor annoyance where you have to enter insert mode multiple times for the cmp to pop up
* feat(packs/rust): use clippysefidel2023-03-051-1/+1
|
* chore(packs/rust): cleanup unused dapsefidel2023-03-051-5/+1
|
* feat(options): set default indentation to 4 spacessefidel2023-03-021-2/+2
|
* feat(colors): use darker bg for completionssefidel2023-02-271-0/+7
|
* feat(packs/treesitter,lspconfig): add gosefidel2023-02-272-1/+2
|
* feat(packs/treesitter): add langs I use to ensure_installedsefidel2023-02-221-1/+1
|
* feat(keymaps)!: use <leader>q for bd, quickfixes move to <leader>psefidel2023-02-221-5/+5
|
* feat(packs/treesitter): ensure 'comment' ts grammarsefidel2023-02-221-1/+1
|
* feat(packs/fidget): ignore ltexsefidel2023-02-221-1/+2
| | | | ltex tends to be 'spammy' while editing a file
* feat(options): temporarily disable splitkeepsefidel2023-02-081-1/+1
|
* feat(events): wrap lines on markdown and mail filessefidel2023-02-041-0/+6
|
* feat(events): remove redundant commentssefidel2023-02-041-3/+0
|
* feat(pack): add nvim-autopairssefidel2022-11-061-0/+1
| | | | * autopairs now doesn't complete pairs for rust's lifetime notation
* feat(rust): use standard vscode path for lldb extensionsefidel2022-11-061-1/+1
|
* feat(lspconfig)!: use en-GB for ltexsefidel2022-11-061-1/+1
|
* feat(lspconfig): remove redundant rust-analyzersefidel2022-11-061-1/+0
| | | | | * rust-analyzer is managed by rust-tools.nvim. managing it on lspconfig is redundant.
* Merge branch 'main' of git.sr.ht:~zachel/nvrcsefidel2022-10-312-1/+1
|\
| * chore: replace stabilize with native optionsefidel2022-10-072-1/+1
| |
* | feat(keymaps): bind <leader>z to buffer deletesefidel2022-10-311-0/+1
|/
* feat(slimv): add lispsefidel2022-09-194-3/+11
|