Files
nvim/viml/macros.vim
2023-08-22 07:46:14 +02:00

7 lines
106 B
VimL

function Common()
endfunction
" load common macros for all Filetypes
autocmd BufEnter * :call Common()