treewide: remove reduant // {default = false;}s

This commit is contained in:
diniamo 2024-10-08 22:54:35 +02:00
commit 6921ac4e4e
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
inherit (lib.nvim.types) pluginType;
in {
options.vim.snippets.luasnip = {
enable = mkEnableOption "luasnip" // {default = false;};
enable = mkEnableOption "luasnip";
providers = mkOption {
type = listOf pluginType;
default = ["friendly-snippets"];