some configurations

This commit is contained in:
juancwu 2023-02-26 20:54:53 -05:00
commit 0ad9275568
No known key found for this signature in database
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'