Update aerc-compose-neovim.sh

This commit is contained in:
Alexander Rosenberg 2023-06-04 23:32:28 -07:00
parent 2a15a1e0e8
commit 1bcf2b0071
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -5,6 +5,7 @@ exec nvim -u NONE \
-c "lua require('leap').add_default_mappings()" \ -c "lua require('leap').add_default_mappings()" \
-c 'highlight link LeapBackdrop Comment' \ -c 'highlight link LeapBackdrop Comment' \
-c "lua require('nvim-treesitter.configs').setup({highlight={enable=true}})" \ -c "lua require('nvim-treesitter.configs').setup({highlight={enable=true}})" \
-c 'set spell termguicolors'
-c 'packadd nightfox.nvim' \ -c 'packadd nightfox.nvim' \
-c 'colorscheme carbonfox' \ -c 'colorscheme carbonfox' \
-c 'startinsert' \ -c 'startinsert' \