all repos — dotfiles @ 024ecf3c818ea7363dd8900fee3eef298fa294f2

my *nix dotfiles

nvim: Don't write to + by default
Anirudh Oppiliappan x@icyphox.sh
Sun, 28 Feb 2021 12:33:54 +0530
commit

024ecf3c818ea7363dd8900fee3eef298fa294f2

parent

284c4df54923de7bdd7494cf3b8f91a81b9f0955

3 files changed, 4 insertions(+), 2 deletions(-)

jump to
M config/nvim/lua/settings.luaconfig/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.plistdarwin/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.fishdarwin/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