mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-23 01:09:56 +08:00
Fix type
This commit is contained in:
parent
41a4fbbf5f
commit
04441c44ec
@ -25,7 +25,7 @@ function! SpaceVim#layers#lang#typescript#config() abort
|
|||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! SpaceVim#layers#typescript#set_variable(var) abort
|
function! SpaceVim#layers#lang#typescript#set_variable(var) abort
|
||||||
if has('nvim')
|
if has('nvim')
|
||||||
let g:nvim_typescript#server_path =
|
let g:nvim_typescript#server_path =
|
||||||
\ get(a:var, 'typescript_server_path',
|
\ get(a:var, 'typescript_server_path',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user