Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(keymaps): add lsp keybinds | sefidel | 2024-01-07 | 1 | -0/+14 |
| | |||||
* | feat(packs/lspconfig)!: disable type checking on pyright | sefidel | 2024-01-01 | 1 | -1/+1 |
| | |||||
* | chore(lockfile): bump | sefidel | 2023-12-24 | 1 | -14/+14 |
| | |||||
* | chore(lockfile): bump | sefidel | 2023-11-20 | 1 | -17/+17 |
| | |||||
* | fix(keymaps): fix j,k mappings | sefidel | 2023-11-05 | 1 | -2/+2 |
| | |||||
* | feat(init)!: enable lua module loader | sefidel | 2023-10-04 | 1 | -0/+3 |
| | | | | | This commit enables the lua module loader, raising the minimal supported neovim version to 0.9. | ||||
* | chore(pack): remove redundant FixCursorHold.nvim | sefidel | 2023-10-04 | 2 | -2/+0 |
| | |||||
* | feat(pack): also load lsp on BufNewFile | sefidel | 2023-10-04 | 1 | -2/+2 |
| | |||||
* | fix(packs/autopairs): fix autopairs not being loaded | sefidel | 2023-10-02 | 1 | -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 year | sefidel | 2023-10-01 | 1 | -1/+1 |
| | |||||
* | feat(README): rewrite | sefidel | 2023-10-01 | 1 | -5/+8 |
| | |||||
* | feat(packs/mini-indentscope): init | sefidel | 2023-10-01 | 3 | -0/+6 |
| | |||||
* | feat(pack): aggressively lazy load packs | sefidel | 2023-10-01 | 3 | -17/+20 |
| | |||||
* | chore: remove 'plugins' from gitignore | sefidel | 2023-10-01 | 1 | -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.nvim | sefidel | 2023-10-01 | 5 | -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)!: remove | sefidel | 2023-10-01 | 2 | -6/+0 |
| | |||||
* | chore(packs): use legacy branch for fidget.nvim | sefidel | 2023-09-30 | 1 | -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 colors | sefidel | 2023-09-17 | 1 | -1/+8 |
| | |||||
* | feat(packs/lspconfig): add nil_ls | sefidel | 2023-09-16 | 1 | -0/+1 |
| | |||||
* | feat(keymaps): <leader>l to show diagnostics | sefidel | 2023-09-16 | 1 | -0/+1 |
| | |||||
* | feat(keymaps): add helix-like line movements | sefidel | 2023-09-04 | 1 | -0/+7 |
| | |||||
* | feat(packs/autopairs): remove singlequote for lisp | sefidel | 2023-09-03 | 1 | -1/+3 |
| | |||||
* | feat(packs/autopairs): enable treesitter | sefidel | 2023-09-03 | 2 | -1/+4 |
| | |||||
* | Revert "feat(packs/lspconfig)!: globally disable semantic highlighting" | sefidel | 2023-09-03 | 1 | -9/+0 |
| | | | | This reverts commit f0814fa0ec927adfad444b5c1d859a25753810a1. | ||||
* | feat(keymaps)!: sync with wm | sefidel | 2023-09-02 | 1 | -5/+7 |
| | |||||
* | Revert "feat(packs/rust)!: disable semantic highlighting" | sefidel | 2023-09-02 | 1 | -4/+1 |
| | | | | | | This reverts commit 38a7badbfa67f29556836c94ce66d872af246385. * Superseded by f0814fa0ec927adfad444b5c1d859a25753810a1 | ||||
* | feat(packs/lspconfig)!: globally disable semantic highlighting | sefidel | 2023-09-02 | 1 | -0/+9 |
| | |||||
* | feat(packs/leap)!: use default keybindings | sefidel | 2023-09-02 | 3 | -4/+4 |
| | |||||
* | feat(packs/rust)!: disable semantic highlighting | sefidel | 2023-09-02 | 1 | -1/+4 |
| | |||||
* | fix(packs/cmp): fix no completions on cmdline mode | sefidel | 2023-09-01 | 1 | -4/+2 |
| | |||||
* | fix(packs/lspconfig): fix clangd_extensions not starting | sefidel | 2023-08-26 | 1 | -0/+2 |
| | |||||
* | feat(packs/dap): remove lldb adapter | sefidel | 2023-08-13 | 1 | -4/+0 |
| | |||||
* | feat(options): set splitkeep | sefidel | 2023-08-13 | 1 | -1/+1 |
| | |||||
* | feat(keymaps): sync keymaps with hx | sefidel | 2023-08-13 | 1 | -4/+5 |
| | |||||
* | feat(colors): add palette switcher | sefidel | 2023-08-13 | 2 | -0/+6 |
| | |||||
* | feat(packs): use legacy tag for fidget.nvim | sefidel | 2023-07-09 | 1 | -1/+1 |
| | |||||
* | feat(lspconfig): add pyright | sefidel | 2023-06-09 | 1 | -0/+1 |
| | |||||
* | fix(pack): load nvim-cmp on BufEnter | sefidel | 2023-06-04 | 1 | -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 clippy | sefidel | 2023-03-05 | 1 | -1/+1 |
| | |||||
* | chore(packs/rust): cleanup unused dap | sefidel | 2023-03-05 | 1 | -5/+1 |
| | |||||
* | feat(options): set default indentation to 4 spaces | sefidel | 2023-03-02 | 1 | -2/+2 |
| | |||||
* | feat(colors): use darker bg for completions | sefidel | 2023-02-27 | 1 | -0/+7 |
| | |||||
* | feat(packs/treesitter,lspconfig): add go | sefidel | 2023-02-27 | 2 | -1/+2 |
| | |||||
* | feat(packs/treesitter): add langs I use to ensure_installed | sefidel | 2023-02-22 | 1 | -1/+1 |
| | |||||
* | feat(keymaps)!: use <leader>q for bd, quickfixes move to <leader>p | sefidel | 2023-02-22 | 1 | -5/+5 |
| | |||||
* | feat(packs/treesitter): ensure 'comment' ts grammar | sefidel | 2023-02-22 | 1 | -1/+1 |
| | |||||
* | feat(packs/fidget): ignore ltex | sefidel | 2023-02-22 | 1 | -1/+2 |
| | | | | ltex tends to be 'spammy' while editing a file | ||||
* | feat(options): temporarily disable splitkeep | sefidel | 2023-02-08 | 1 | -1/+1 |
| | |||||
* | fix(README): fix md spacing | sefidel | 2023-02-05 | 1 | -4/+2 |
| | |||||
* | project: rename | sefidel | 2023-02-04 | 1 | -1/+1 |
| |