about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* chore(lockfile): bumpsefidel2024-05-071-19/+19
|
* feat(packs): add nvim-colorizer.luasefidel2024-04-122-0/+4
|
* 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-283-0/+10
|
* chore(lockfile): bumpsefidel2024-03-212-12/+14
|
* feat(cmp)!: replace luasnip with native snippetssefidel2024-03-213-7/+4
|
* chore(lockfile): bumpsefidel2024-03-111-20/+20
|
* feat(events): map hujson to jsoncsefidel2024-02-281-0/+4
|
* chore(lockfile): bumpsefidel2024-01-111-14/+15
|
* 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
|
* chore(lockfile): bumpsefidel2023-12-241-14/+14
|
* chore(lockfile): bumpsefidel2023-11-201-17/+17
|
* fix(keymaps): fix j,k mappingssefidel2023-11-051-2/+2
|
* feat(init)!: enable lua module loadersefidel2023-10-041-0/+3
| | | | | This commit enables the lua module loader, raising the minimal supported neovim version to 0.9.
* chore(pack): remove redundant FixCursorHold.nvimsefidel2023-10-042-2/+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(LICENSE): update yearsefidel2023-10-011-1/+1
|
* feat(README): rewritesefidel2023-10-011-5/+8
|
* feat(packs/mini-indentscope): initsefidel2023-10-013-0/+6
|
* feat(pack): aggressively lazy load packssefidel2023-10-013-17/+20
|
* chore: remove 'plugins' from gitignoresefidel2023-10-011-1/+0
| | | | | | This commit removes the 'plugins' folder from gitignore since the package manager which generates this folder, packer, is now replaced with lazy.nvim.
* feat(pack)!: use lazy.nvimsefidel2023-10-015-55/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
|