some configurations

This commit is contained in:
juancwu 2023-02-26 20:54:53 -05:00 committed by Jc
commit 661fe1d799
2 changed files with 6 additions and 0 deletions

View file

@ -17,4 +17,9 @@ treesitter.setup {
-- `false` will disable the whole extension
enable = true,
},
indent = {
enable = true,
disable = { "python" }
}
}

View file

@ -5,6 +5,7 @@ set -g @plugin 'tmux-plugins/tpm'
# ctrl-s -> save
# ctrl-r -> restore
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-open'
# init tmux plugin manager
run '~/.tmux/plugins/tpm/tpm'