about summary refs log tree commit diff stats
path: root/modules/by-name/nv/nvim/module.nix (unfollow)
Commit message (Collapse)Author
38 hoursmodules/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).
38 hoursmodules/nvim/plgs/lf: Use the nixvim moduleBenedikt Peetz
38 hoursmodules/nvim/plgs/flatten: Re-enableBenedikt Peetz
The plugin had breaking changes to its config, which caused me to disable it for some time.
38 hoursmodules/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.
38 hoursmodules/nvim/plgs: Remove unused pluginsBenedikt Peetz
38 hoursmodules/nvim/performance: InitBenedikt Peetz
It might make things faster?
38 hoursmodules/nvim/plgs: Auto-loadBenedikt Peetz
38 hoursmodules/nvim/mappings: Remove overlapping <Space>c mappingBenedikt Peetz
9 days