about summary refs log tree commit diff stats
path: root/hm/soispha/conf/nvim/plgs (follow)
Commit message (Collapse)AuthorAge
* fix(hm/conf/nvim/plgs/harpoon): Use version locked to the old branchSoispha2023-12-10
|
* feat(treewide): Specify nvim plugins in my flakeSoispha2023-12-09
|
* fix(hm/conf/nvim/plgs/lsp/server/pylyzer): Disable againSoispha2023-12-02
| | | | | Pylyzer seems to be rather useless in comparison to ruff. I am removing it to remove the unnecessary visual distraction.
* feat(hm/conf/nvim/plgs/lsp/servers): Add python language serversSoispha2023-12-02
|
* fix(hm/conf/nvim/lsp/rust-analyzer): Don't install rustc and cargoSoispha2023-11-25
|
* docs(hm/conf/nvim/plgs/treesitter): Improve commentsSoispha2023-11-08
|
* feat(hm/conf/nvim/plgs/lsp/ltex): Also activate in `mail` filesSoispha2023-11-08
|
* fix(hm/conf/nvim/plgs/vim-tex): Use treesitter highlightSoispha2023-11-08
|
* fix(hm/conf/nvim/plgs/harpoon): Enable Telescope extensionSoispha2023-10-19
| | | | Otherwise nixvim will complain, as I also have telescope enabled
* fix(hm/conf/nvim/plgs/leap): Map things to 'j'Soispha2023-10-18
| | | | | | '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
* fix(hm/soispha/conf/nvim/plgs/nvim-cmp): Remove buffer sourceSoispha2023-10-17
| | | | | This source was way too distracting, considering that I'm not that keen on having lots of possibly completions.
* fix(hm/soispha/nvim/plgs/nvim-cmp): Disable diagraphsSoispha2023-10-16
|
* feat(hm/conf/nvim/plgs/nvim-cmp): Add sourcesSoispha2023-10-16
|
* fix(hm/conf/nvim/plgs/telescope/exts/bibtex): Mark action as emptySoispha2023-10-08
|
* fix(hm/conf/nvim): Update to new keymap formatSoispha2023-10-08
|
* feat(hm/pkgs/scrs/neorg): Add support for opening current task contextSoispha2023-10-01
|
* fix(hm/conf/nvim/plgs/lsp/ltex): Deactivate in rust, as it's bothersomeSoispha2023-09-19
|
* fix(hm/conf/nvim/plgs/nvim-lint): Remove shellcheck, as bash ls exitsSoispha2023-09-17
| | | | | The Bash language server already runs shellcheck, thus making the explicit call here useless.
* Fix(hm/conf/nvim/plgs/luasnip/todo_snippets): Decapitalize my nameSoispha2023-09-02
|
* Feat(hm/conf/nvim/plgs/flatten-nvim): InitSoispha2023-08-30
|
* Refactor(hm/conf/nvim/plugins): Rename to `plgs` to safe commit msg spaceSoispha2023-08-29