some configurations
This commit is contained in:
parent
b348d027f3
commit
661fe1d799
2 changed files with 6 additions and 0 deletions
|
|
@ -17,4 +17,9 @@ treesitter.setup {
|
||||||
-- `false` will disable the whole extension
|
-- `false` will disable the whole extension
|
||||||
enable = true,
|
enable = true,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
indent = {
|
||||||
|
enable = true,
|
||||||
|
disable = { "python" }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@ set -g @plugin 'tmux-plugins/tpm'
|
||||||
# ctrl-s -> save
|
# ctrl-s -> save
|
||||||
# ctrl-r -> restore
|
# ctrl-r -> restore
|
||||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||||
|
set -g @plugin 'tmux-plugins/tmux-open'
|
||||||
|
|
||||||
# init tmux plugin manager
|
# init tmux plugin manager
|
||||||
run '~/.tmux/plugins/tpm/tpm'
|
run '~/.tmux/plugins/tpm/tpm'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue