neovim md autocommands, also tmux config tweak

This commit is contained in:
Rudis Muiznieks 2023-09-12 11:47:09 -05:00
parent 0127ea6ee5
commit cdeec91309
Signed by: rudism
GPG Key ID: CABF2F86EF7884F9
2 changed files with 4 additions and 0 deletions

View File

@ -9,3 +9,6 @@ vim.api.nvim_command([[au FileType sql lua require'cmp'.setup.buffer {
{ name = 'buffer' },
}}
]])
-- word break and spelling in markdown files
vim.api.nvim_command('au BufRead,BufNewFile *.md set spell lbr')

View File

@ -1,6 +1,7 @@
set-option -g history-limit 100000
set-option -g status off
set-option -g focus-events on
set-option -g detach-on-destroy off
set -ga terminal-overrides ",*256col*:Tc"
set -g mouse on