Update aerc-compose-neovim.sh

This commit is contained in:
Alexander Rosenberg 2023-06-05 19:05:02 -07:00
parent 1bcf2b0071
commit b8cca56710
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -4,8 +4,9 @@ exec nvim -u NONE \
-c 'packadd leap.nvim' \
-c "lua require('leap').add_default_mappings()" \
-c 'highlight link LeapBackdrop Comment' \
-c 'set spell termguicolors' \
-c 'setlocal formatoptions+=wa textwidth=80 comments+=nb:>' \
-c "lua require('nvim-treesitter.configs').setup({highlight={enable=true}})" \
-c 'set spell termguicolors'
-c 'packadd nightfox.nvim' \
-c 'colorscheme carbonfox' \
-c 'startinsert' \