aboutsummaryrefslogtreecommitdiffstats
path: root/hm/soispha/conf/nvim/plgs (unfollow)
Commit message (Collapse)Author
2023-10-19fix(hm/conf/nvim/plgs/harpoon): Enable Telescope extensionSoispha
Otherwise nixvim will complain, as I also have telescope enabled
2023-10-18fix(hm/conf/nvim/plgs/leap): Map things to 'j'Soispha
'j' is both more memorable (*j*ump) and also not yet mapped to something important, as it's a relic of the old vim keys. This frees up 'm' for marks again
2023-10-17fix(hm/soispha/conf/nvim/plgs/nvim-cmp): Remove buffer sourceSoispha
This source was way too distracting, considering that I'm not that keen on having lots of possibly completions.
2023-10-16fix(hm/soispha/nvim/plgs/nvim-cmp): Disable diagraphsSoispha
2023-10-16feat(hm/conf/nvim/plgs/nvim-cmp): Add sourcesSoispha
2023-10-08fix(hm/conf/nvim/plgs/telescope/exts/bibtex): Mark action as emptySoispha
2023-10-08fix(hm/conf/nvim): Update to new keymap formatSoispha
2023-10-01feat(hm/pkgs/scrs/neorg): Add support for opening current task contextSoispha
2023-09-19fix(hm/conf/nvim/plgs/lsp/ltex): Deactivate in rust, as it's bothersomeSoispha
2023-09-17fix(hm/conf/nvim/plgs/nvim-lint): Remove shellcheck, as bash ls exitsSoispha
The Bash language server already runs shellcheck, thus making the explicit call here useless.
2023-09-02Fix(hm/conf/nvim/plgs/luasnip/todo_snippets): Decapitalize my nameSoispha
2023-08-30Feat(hm/conf/nvim/plgs/flatten-nvim): InitSoispha
2023-08-29Refactor(hm/conf/nvim/plugins): Rename to `plgs` to safe commit msg spaceSoispha