some changes that i dont remember doing
This commit is contained in:
parent
a38f58f3de
commit
fd316c0ede
2 changed files with 24 additions and 3 deletions
21
.config/fish/conf.d/tide.fish
Normal file
21
.config/fish/conf.d/tide.fish
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
set -g tide_git_bg_color 268bd2
|
||||
set -g tide_git_bg_color_unstable C4A000
|
||||
set -g tide_git_bg_color_urgent CC0000
|
||||
set -g tide_git_branch_color 000000
|
||||
set -g tide_git_color_branch 000000
|
||||
set -g tide_git_color_conflicted 000000
|
||||
set -g tide_git_color_dirty 000000
|
||||
set -g tide_git_color_operation 000000
|
||||
set -g tide_git_color_staged 000000
|
||||
set -g tide_git_color_stash 000000
|
||||
set -g tide_git_color_untracked 000000
|
||||
set -g tide_git_color_upstream 000000
|
||||
set -g tide_git_conflicted_color 000000
|
||||
set -g tide_git_dirty_color 000000
|
||||
set -g tide_git_icon
|
||||
set -g tide_git_operation_color 000000
|
||||
set -g tide_git_staged_color 000000
|
||||
set -g tide_git_stash_color 000000
|
||||
set -g tide_git_untracked_color 000000
|
||||
set -g tide_git_upstream_color 000000
|
||||
set -g tide_pwd_bg_color 444444
|
||||
|
|
@ -7,9 +7,9 @@ vim.opt.relativenumber = true -- juicy relativity
|
|||
|
||||
vim.opt.autoindent = true
|
||||
vim.opt.smartindent = true
|
||||
vim.opt.tabstop = 4
|
||||
vim.opt.softtabstop = 4
|
||||
vim.opt.shiftwidth = 4
|
||||
vim.opt.tabstop = 2
|
||||
vim.opt.softtabstop = 2
|
||||
vim.opt.shiftwidth = 2
|
||||
vim.opt.expandtab = true
|
||||
vim.opt.smarttab = true
|
||||
vim.opt.breakindent = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue