This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/apps/neovim/ftplugin/moon.vim

13 lines
339 B
VimL

" let g:moonscriptls = {'path': printf('/home/daniel/code/open-source/moonscript-language-server')}
" let g:moonscriptls.lsp = printf('%s/main.moon', g:moonscriptls.path)
" call coc#config('languageserver', {
" \ 'moon': {
" \ 'command': g:moonscriptls.lsp,
" \ 'trace.server': 'verbose',
" \ 'filetypes': ['moon']
" \ }
" \})