mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-06-22 12:33:29 +00:00
colorizer: update default filetype to match upstream default
Closes: #443
This commit is contained in:
parent
56e20dd9c8
commit
102c096fdb
1 changed files with 3 additions and 1 deletions
|
|
@ -103,7 +103,9 @@ in {
|
|||
setupOpts = mkPluginSetupOption "colorizer" {
|
||||
filetypes = mkOption {
|
||||
type = attrsOf settingSubmodule;
|
||||
default = {};
|
||||
default = {
|
||||
"*" = {};
|
||||
};
|
||||
example = {
|
||||
"*" = {};
|
||||
"!vim" = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue