make better

This commit is contained in:
wooshings
2025-09-29 22:49:26 -07:00
parent de9976f224
commit 2c62cea197
5 changed files with 7 additions and 11 deletions
-6
View File
@@ -5,12 +5,6 @@
"filetypes": ["gdscript"],
"port": 6005
},
"csharp-ls": {
"command": "csharp",
"filetypes": ["cs"],
"rootPatterns": ["*.csproj", "*.sln", ".vim/", ".git/", ".hg/"],
"semanticTokens.enable": false
}
},
"coc.preferences.formatOnSave": true,
"suggest.floatConfig": {
-1
View File
@@ -25,7 +25,6 @@ require("lazy").setup({
{ import = "plugins.cmp" },
{ import = "plugins.catppuccin" },
{ import = "plugins.barbar" },
{ import = "plugins.love2d" },
{ "tpope/vim-sleuth" },
{ "sitiom/nvim-numbertoggle" },
{ "Bilal2453/luvit-meta" },
+3
View File
@@ -0,0 +1,3 @@
#! /bin/sh
borders active_color=0xffc6a0f6 inactive_color=0xff24273a width=10.0 blacklist="iPhone Mirroring"&
+2 -2
View File
@@ -40,5 +40,5 @@ yabai -m rule --add app="^Unity$" manage=on
# yabai -m config external_bar all:8:0
# borders active_color=0xffc6a0f6 inactive_color=0xff24273a width=10.0 blacklist="iPhone Mirroring"&
sh border
borders active_color=0xffc6a0f6 inactive_color=0xff24273a width=10.0 blacklist="iPhone Mirroring"&
# sh border
+2 -2
View File
@@ -1,8 +1,8 @@
export EDITOR="/usr/local/bin/nvim"
export EDITOR="nvim"
export DOTNET_ROOT="/usr/local/share/dotnet"
alias py="python3"
alias pip="python3 -m pip"
alias border="sh border"
alias border="sh ~/dotfiles/yabai/.config/yabai/border.sh"
alias lvim="~/.local/bin/lvim"
eval "$(starship init zsh)"