about summary refs log tree commit diff stats
path: root/hm/soispha/conf/nvim/plgs (follow)
Commit message (Collapse)AuthorAge
* refactor(hm): Rename to `modules/home`Benedikt Peetz2024-05-20
|
* chore(treewide): Conform to changed settingsBenedikt Peetz2024-05-09
|
* fix(hm/conf/nvim/plgs/lsp/servers/ltex): Don't use in html filesBenedikt Peetz2024-05-09
| | | | Ltex tries to correct spelling mistakes in the html tags.
* feat(hm/conf/nvim/plgs/lsp/servers): Replace eslint by quick-lint-jsBenedikt Peetz2024-04-05
|
* feat(hm/conf/nvim/plgs/lsp/servers/eslint): InitBenedikt Peetz2024-04-05
|
* fix(hm/conf/nvim/plgs/debugprint): RemoveBenedikt Peetz2024-03-31
| | | | | I have never really used this plugin, and the recent breaking API changes where reason enough to remove it.
* fix(hm/conf/nvim/plgs/vim-tex): Set `outdir` on latex commandSoispha2024-03-30
|
* refactor(hm/conf/nvim): Use `opts` instead of `options`Soispha2024-03-30
| | | | | The previous name was renamed, as it clashed with the NixOS module system.
* refactor(hm/conf/nvim/plgs/comment-nvim): Update to new module layoutSoispha2024-03-28
|
* refactor(hm/conf/nvim/plgs/{nvim-cmp,vim-tex}): Update to new attr namesSoispha2024-03-10
|
* refactor(treewide): Reformat all files with treefmtSoispha2024-02-20
| | | | | This includes getting all shellscripts to pass shellcheck. To accomplish this, some old scripts were removed
* fix(hm/conf/nix/plgs/lsp/s/openscad): GNU is unfortunately not the best formatSoispha2024-02-14
|
* feat(hm/conf/nix/plgs/lsp/servers/openscad): InitSoispha2024-02-12
|
* feat(hm/conf/nvim/plgs/treesitter): Add custom parser for `yts`Soispha2024-01-19
|
* 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