some configurations
This commit is contained in:
parent
a9be9c49f4
commit
0ad9275568
2 changed files with 6 additions and 0 deletions
|
|
@ -17,4 +17,9 @@ treesitter.setup {
|
|||
-- `false` will disable the whole extension
|
||||
enable = true,
|
||||
},
|
||||
|
||||
indent = {
|
||||
enable = true,
|
||||
disable = { "python" }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue