nvim/plug.vim
2022-05-15 15:15:27 +08:00

11 lines
258 B
VimL

let g:templates_directory = '~/.config/nvim/templates/'
let g:smartim_default = 'com.apple.keylayout.ABC'
let g:smartim_disable = 0
" autocmd BufWritePre <buffer> lua vim.lsp.buf.formatting_sync()
autocmd BufWritePre * lua vim.lsp.buf.formatting_sync()