tmux, fish, LaidOffFromEverquote

This commit is contained in:
Tyrel Souza 2023-06-24 12:13:26 -04:00
parent f5bd270655
commit 3441abdf19
No known key found for this signature in database
GPG Key ID: F3614B02ACBE438E
7 changed files with 10 additions and 8 deletions

View File

@ -10,7 +10,6 @@ if status is-interactive
source ~/.config/fish/shell_funcs.fish
source ~/.config/fish/shell_aliases.fish
source ~/.config/fish/everquote.fish
set PATH $PATH ~/.cargo/bin

View File

@ -79,3 +79,7 @@ let test#strategy = "neovim"
" Mypy
nmap <silent> <leader>mp :Mypy<CR>
" Rust tags
autocmd BufRead *.rs :setlocal tags=./rusty-tags.vi;/
autocmd BufWritePost *.rs :silent! exec "!rusty-tags vi --quiet --start-dir=" . expand('%:p:h') . "&" | redraw!

View File

@ -94,7 +94,6 @@ return function(use)
use({'puremourning/vimspector'})
use({'nvim-treesitter/nvim-treesitter-refactor'})
use({'RRethy/nvim-treesitter-textsubjects'})
-- use({'airblade/vim-rooter'})
-- Debugging

View File

@ -48,6 +48,9 @@ vim.g.floaterm_keymap_toggle = '<F9>'
vim.g.floaterm_width = 0.9
vim.g.floaterm_height = 0.9
vim.g.rustfmt_autosave = 1
vim.g.rust_use_custom_ctags_defs = 1
vim.g.tagbar_autofocus=1

View File

@ -64,6 +64,7 @@
newHighlight = green bold 22
[init]
templatedir = ~/.git_template
defaultBranch = main
[difftool "sourcetree"]
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
path =

View File

@ -2,12 +2,11 @@
*.DS_Store
.tags
.tags_sorted*
tags
*.sw[nop]
.bundle
.env
tags
.ruby-version
release_package.sh
.vs/
.python-version
.envrc
@ -15,7 +14,4 @@ __pycache__/
Session.vim
venv/
production_healththankyou_events.json
staging_healththankyou_events.json
shell.nix

View File

@ -27,7 +27,7 @@ bind - split-window -v -c "#{pane_current_path}"# Split panes vertically
set -g @continuum-restore 'on'
set-option -g default-command "reattach-to-user-namespace -l fish"
# set-option -g default-command "reattach-to-user-namespace -l fish"
set-option -g set-titles on