rebind agda mode prefix

This commit is contained in:
Rachel Lambda Samuelsson 2023-11-04 10:57:56 +01:00
parent fef6cbb1ef
commit 1262b1df2b

View File

@ -204,7 +204,7 @@ in
let g:lightline = { 'colorscheme': 'gruvbox' }
colorscheme gruvbox
hi Normal guibg=NONE ctermbg=NONE
let g:cornelis_agda_prefix = "!"
runtime agda-input.vim
au BufRead,BufNewFile *.agda call AgdaFiletype()