diff --git a/modules/nvim.nix b/modules/nvim.nix index b35fdd0..5c18a38 100644 --- a/modules/nvim.nix +++ b/modules/nvim.nix @@ -195,16 +195,6 @@ git_ignored = false, -- Show gitignored files by default (I to toggle) custom = { -- Hide macOS system files ".DS_Store", - ".AppleDouble", - ".LSOverride", - "._.*", - ".DocumentRevisions-V100", - ".fseventsd", - ".Spotlight-V100", - ".TemporaryItems", - ".Trashes", - ".VolumeIcon.icns", - ".com.apple.timemachine.donotpresent", }, }, })