chore: A bunch of things.

Themery for nvim, tmux theme, zsh stuff
This commit is contained in:
2024-01-03 15:12:33 +00:00
parent 203921b304
commit 9435f9d024
17 changed files with 457 additions and 153 deletions

View File

@@ -0,0 +1,10 @@
local Rule = require('nvim-autopairs.rule')
local npairs = require('nvim-autopairs')
npairs.setup({
map_cr = true,
map_bs = true,
check_ts = true,
enable_check_bracket_line = true,
ignored_next_char = "[%w]"
})