Added aerc-compose-neovim.sh
This commit is contained in:
parent
315ab1d4af
commit
6c6e738342
11
aerc-compose-neovim.sh
Executable file
11
aerc-compose-neovim.sh
Executable file
@ -0,0 +1,11 @@
|
|||||||
|
#!/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 "lua require('nvim-treesitter.configs').setup({highlight={enable=true}})" \
|
||||||
|
-c 'packadd nightfox.nvim' \
|
||||||
|
-c 'colorscheme carbonfox' \
|
||||||
|
-c 'startinsert' \
|
||||||
|
"${@}"
|
Loading…
Reference in New Issue
Block a user