make better
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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" },
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
#! /bin/sh
|
||||
|
||||
borders active_color=0xffc6a0f6 inactive_color=0xff24273a width=10.0 blacklist="iPhone Mirroring"&
|
||||
@@ -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
@@ -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)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user