nvim/lua/commands.lua
Fabian Schmidt bebd4c1ff9 I did way too much in this one commit
Vimconf2021 inspired me a lot and I'm not done yet
2021-11-26 23:38:04 +01:00

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!'