bebd4c1ff9
Vimconf2021 inspired me a lot and I'm not done yet
9 lines
244 B
Lua
9 lines
244 B
Lua
-- commands.lua
|
|
|
|
vim.cmd'autocmd! User GoyoEnter Limelight'
|
|
vim.cmd'autocmd! User GoyoLeave Limelight!'
|
|
|
|
vim.cmd'autocmd BufRead,BufNewFile *.wiki,*.md,*.tex set wrap'
|
|
|
|
vim.cmd'command W :execute \':silent w !sudo tee % > /dev/null\' | :edit!'
|