mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
3 lines
104 B
VimL
3 lines
104 B
VimL
let g:coc_global_extensions += ['coc-lua']
|
|
let s:filetypes = ['lua']
|
|
let g:coc_filetypes += s:filetypes
|