Cleanup stuff
This commit is contained in:
13
old/mail/aerc-compose-neovim.sh
Executable file
13
old/mail/aerc-compose-neovim.sh
Executable file
@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
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 'packadd nightfox.nvim' \
|
||||
-c 'colorscheme carbonfox' \
|
||||
-c 'startinsert' \
|
||||
"${@}"
|
Reference in New Issue
Block a user