Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore(lockfile): bump | sefidel | 2024-06-02 | 1 | -16/+17 |
| | |||||
* | feat(packs): add nvim-lint | sefidel | 2024-06-02 | 3 | -0/+13 |
| | |||||
* | feat(keymaps): add split diff view keymap | sefidel | 2024-06-02 | 1 | -0/+1 |
| | |||||
* | feat(keymaps): add gitsigns blame keybinds | sefidel | 2024-06-02 | 1 | -0/+2 |
| | |||||
* | feat(keymaps)!: replace fugitive keybinds with neogit | sefidel | 2024-06-02 | 1 | -15/+1 |
| | |||||
* | feat(packs): add neogit | sefidel | 2024-06-02 | 3 | -0/+8 |
| | |||||
* | fix(statusline): fix long filepath truncating other indicators | sefidel | 2024-05-25 | 1 | -1/+1 |
| | |||||
* | feat(keymaps)!: group ui toggles | sefidel | 2024-05-22 | 1 | -2/+3 |
| | | | | * S(how) | ||||
* | feat(packs): add conform | sefidel | 2024-05-22 | 4 | -1/+28 |
| | | | | | * Replaces LSP-based formatter. No action is needed as the formatter would always fall back to LSP when it's available. | ||||
* | chore: remove unused imports | sefidel | 2024-05-19 | 2 | -3/+1 |
| | |||||
* | feat(packs/treesitter): jellybeans colour correction | sefidel | 2024-05-19 | 2 | -4/+29 |
| | |||||
* | chore(statusline): use vlua macro | sefidel | 2024-05-19 | 1 | -1/+2 |
| | |||||
* | feat(keymaps): add keymap for toggling inlay hints | sefidel | 2024-05-19 | 1 | -0/+1 |
| | |||||
* | chore(lua/md5): fix typo | sefidel | 2024-05-19 | 1 | -1/+1 |
| | |||||
* | fixup! feat(packs/fidget): migrate to main | sefidel | 2024-05-19 | 1 | -1/+1 |
| | |||||
* | chore(pack): reformat | sefidel | 2024-05-19 | 1 | -2/+2 |
| | |||||
* | feat(packs/fidget): migrate to main | sefidel | 2024-05-19 | 4 | -5/+9 |
| | |||||
* | fixup! feat(packs/rust): replace rust-tools.nvim with rustaceanvim | sefidel | 2024-05-18 | 1 | -2/+2 |
| | |||||
* | chore(keymaps): reformat | sefidel | 2024-05-18 | 1 | -9/+10 |
| | |||||
* | feat(packs/rust): replace rust-tools.nvim with rustaceanvim | sefidel | 2024-05-18 | 2 | -2/+2 |
| | |||||
* | fix(keymaps): fix leap conflicting with helix-like movement | sefidel | 2024-05-18 | 2 | -3/+4 |
| | |||||
* | feat(packs): dirvish -> oil | sefidel | 2024-05-15 | 3 | -3/+3 |
| | | | | * This is a drop-in replacement. | ||||
* | feat(packs): add nvim-surround | sefidel | 2024-05-15 | 2 | -0/+2 |
| | |||||
* | fix(packs/autopairs): fix weird behaviour with rust lifetime | sefidel | 2024-05-15 | 1 | -2/+0 |
| | |||||
* | feat(packs/treesitter)!: replace asdf bindings with C-{er} HEAD main | sefidel | 2024-05-12 | 1 | -6/+4 |
| | |||||
* | feat(packs/treesitter): support asdf as alternative to hjkl on swap | sefidel | 2024-05-12 | 1 | -2/+6 |
| | | | | An attempt to solve keybind conflict between terminal multiplexers. | ||||
* | feat(packs/treesitter)!: m->f on move keybinds | sefidel | 2024-05-12 | 1 | -4/+4 |
| | |||||
* | fix(packs/leap): fix leap never being loaded | sefidel | 2024-05-12 | 1 | -1/+1 |
| | |||||
* | feat(keymaps): add keymaps for window navigation | sefidel | 2024-05-12 | 1 | -0/+5 |
| | |||||
* | fix(colors): fix colour on treesitter | sefidel | 2024-05-12 | 1 | -1/+2 |
| | |||||
* | feat(keymaps): more ergonomic keybinds | sefidel | 2024-05-12 | 1 | -6/+7 |
| | |||||
* | fix(packs/treesitter): fix tree-sitter-comment highlighting | sefidel | 2024-05-11 | 1 | -3/+3 |
| | | | | | * This commit fixes the comment highlighting being overridden by LSP's semantic tokens highlight. | ||||
* | fix(packs/cmp): use vim.snippets.active | sefidel | 2024-05-11 | 1 | -2/+2 |
| | | | | * Breaking change introduced in https://github.com/neovim/neovim/commit/bc7f86209d3961aa479a8caeb792a8d39de55ece | ||||
* | fix(packs/lspconfig): workaround rust-analyzer#16867 | sefidel | 2024-05-07 | 1 | -1/+3 |
| | |||||
* | chore(lockfile): bump | sefidel | 2024-05-07 | 1 | -19/+19 |
| | |||||
* | feat(packs): add nvim-colorizer.lua | sefidel | 2024-04-12 | 2 | -0/+4 |
| | |||||
* | fix(macro/pack): don't pass empty set to setup | sefidel | 2024-04-12 | 1 | -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-lsp | sefidel | 2024-04-12 | 1 | -0/+1 |
| | |||||
* | chore(packs/lspconfig): sort lsp configs | sefidel | 2024-04-12 | 1 | -3/+3 |
| | |||||
* | feat(packs/treesitter): add typst to ensure_installed | sefidel | 2024-03-29 | 2 | -2/+2 |
| | |||||
* | feat(packs): add typst-preview | sefidel | 2024-03-28 | 3 | -0/+10 |
| | |||||
* | chore(lockfile): bump | sefidel | 2024-03-21 | 2 | -12/+14 |
| | |||||
* | feat(cmp)!: replace luasnip with native snippets | sefidel | 2024-03-21 | 3 | -7/+4 |
| | |||||
* | chore(lockfile): bump | sefidel | 2024-03-11 | 1 | -20/+20 |
| | |||||
* | feat(events): map hujson to jsonc | sefidel | 2024-02-28 | 1 | -0/+4 |
| | |||||
* | chore(lockfile): bump | sefidel | 2024-01-11 | 1 | -14/+15 |
| | |||||
* | feat(packs): add gitsigns | sefidel | 2024-01-11 | 1 | -0/+1 |
| | |||||
* | feat(colors): use transparent signcolumn | sefidel | 2024-01-11 | 1 | -0/+3 |
| | |||||
* | 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 |
| |