about summary refs log tree commit diff stats
path: root/flake/packages (unfollow)
Commit message (Collapse)Author
6 daysmodules/nvim/plgs/tree-sitter: Avoid extra syntex highlighting in latexBenedikt Peetz
This slows the nvim client noticeably down and is only really needed for vim-tex's math mapping, which I don't use.
6 daysmodules/nvim/plgs/flatten: RemoveBenedikt Peetz
It does not work, and I hope that I do not need it any longer (considering that it was disabled since ~01-01-2025).
7 daysmodules/nvim/plgs/lf: Use the nixvim moduleBenedikt Peetz
7 daysmodules/nvim/plgs/flatten: Re-enableBenedikt Peetz
The plugin had breaking changes to its config, which caused me to disable it for some time.
7 daysmodules/nvim/plgs/femaco: Use the nixvim moduleBenedikt Peetz
We still import the config as lua file, as it is essentially just callback functions, which would result in strings and `__raw` in nix.
7 daysmodules/nvim/plgs: Remove unused pluginsBenedikt Peetz
7 daysmodules/nvim/performance: InitBenedikt Peetz
It might make things faster?
7 daysmodules/nvim/plgs: Auto-loadBenedikt Peetz
7 daysmodules/nvim/mappings: Remove overlapping <Space>c mappingBenedikt Peetz
14 dayspkgs/yt: 1.6.0