diff --git a/.vimrc b/.vimrc index 5afe4db..17f1975 100644 --- a/.vimrc +++ b/.vimrc @@ -1,8 +1,13 @@ +set runtimepath=$XDG_CONFIG_HOME/vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,$XDG_CONFIG_HOME/after +set packpath=$XDG_CONFIG_HOME/vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,$XDG_CONFIG_HOME/after + +set viminfo+='1000,n$XDG_CONFIG_HOME/vim/viminfo + " Set this to 1 to use ultisnips for snippet handling let s:using_snippets = 0 " vim-plug: {{{ -call plug#begin('~/.vim/plugged') +call plug#begin() Plug 'preservim/nerdtree' Plug 'OmniSharp/omnisharp-vim' diff --git a/.zshrc b/.zshrc index 70857b8..71126a4 100644 --- a/.zshrc +++ b/.zshrc @@ -10,6 +10,8 @@ export XDG_CACHE_HOME="$HOME/.cache" export ANDROID_SDK_ROOT=$HOME/android/sdk export PATH=$PATH:$ANDROID_SDK_ROOT/emulator export PATH=$PATH:$ANDROID_SDK_ROOT/platform-tools +export PATH=$PATH:$ANDROID_SDK_ROOT/platform-tools +export PATH=$PATH:$HOME/android/flutter/bin/ export PATH=$PATH:~/.local/bin:~/.local/bin/statusbar export MOZ_USE_XINPUT2=1 diff --git a/picom.conf b/picom.conf index 5eac06c..6ebb408 100644 --- a/picom.conf +++ b/picom.conf @@ -50,6 +50,7 @@ shadow-exclude = [ "class_g = 'Cairo-clock'", "class_g = 'firefox' && argb", "name *= 'Telegram'", + "name *= 'Emulator'", "_GTK_FRAME_EXTENTS@:c" ]; @@ -202,6 +203,7 @@ blur-background-exclude = [ "window_type = 'desktop'", "class_g = 'firefox' && argb", "name *= 'Telegram'", + "name *= 'Emulator'", "_GTK_FRAME_EXTENTS@:c" ];