7 lines
142 B
VimL
7 lines
142 B
VimL
let g:smartim_default = 'com.apple.keylayout.ABC'
|
|
let g:smartim_disable = 0
|
|
|
|
autocmd BufWritePre <buffer> lua vim.lsp.buf.formatting_sync()
|
|
|
|
|