1

Allow VSCode Neovim plugin to work in Macos

This commit is contained in:
Evan Pratten 2024-12-16 14:26:33 -05:00
parent cebb26f7d5
commit 58897c844e

View File

@ -43,3 +43,6 @@ defaults write com.googlecode.iterm2 NeverBlockSystemShutdown -bool true
# Don't write .DS_Store files to network drives
defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool TRUE
# Disable Press&Hold for keys
defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false