nvim: Don't write to + by default
Anirudh Oppiliappan x@icyphox.sh
Sun, 28 Feb 2021 12:33:54 +0530
3 files changed,
4 insertions(+),
2 deletions(-)
M
config/nvim/lua/settings.lua
→
config/nvim/lua/settings.lua
@@ -27,7 +27,6 @@ o.tabstop = 4
o.shiftwidth = 4 o.softtabstop = 4 o.showmode = false -o.clipboard = 'unnamedplus' o.listchars='tab:│ ,nbsp:␣,trail:·,extends:>,precedes:<' o.hidden = true o.wildignore = [[
M
darwin/com.googlecode.iterm2.plist
→
darwin/com.googlecode.iterm2.plist
@@ -1169,7 +1169,7 @@ <string>Monaco 12</string>
<key>Non-ASCII Anti Aliased</key> <true/> <key>Normal Font</key> - <string>SFMono-Regular 15</string> + <string>SFMono-Regular 13</string> <key>Option Key Sends</key> <integer>2</integer> <key>Prompt Before Closing 2</key>@@ -1966,6 +1966,8 @@ <string>kNextWindowPointerAction</string>
</dict> </dict> <key>Print In Black And White</key> + <true/> + <key>Selection Respects Soft Boundaries</key> <true/> <key>SeparateStatusBarsPerPane</key> <false/>
M
darwin/fish/config.fish
→
darwin/fish/config.fish
@@ -20,6 +20,7 @@
# The next line updates PATH for the Google Cloud SDK. if [ -f '/Users/icy/Downloads/google-cloud-sdk/path.fish.inc' ]; . '/Users/icy/Downloads/google-cloud-sdk/path.fish.inc'; end set -g fish_user_paths "/usr/local/opt/node@14/bin" $fish_user_paths +set -gx PATH $PATH $HOME/.krew/bin # pyenv init