주로 python을 사용하다보니 semantic highligting 기능을 제공하는 Semshi 플러그인을 설치해봤다. 그런데 자꾸 ‘function
🧐 파이썬 경로 설정을 해주면된다.
1
let g:python3_host_prog = substitute(system("which python3"), '\n\+$', '', '')
※ g:python3_host_prog : neovim에 대한 특정 인터프리터를 설정
주로 python을 사용하다보니 semantic highligting 기능을 제공하는 Semshi 플러그인을 설치해봤다. 그런데 자꾸 ‘function
🧐 파이썬 경로 설정을 해주면된다.
1
let g:python3_host_prog = substitute(system("which python3"), '\n\+$', '', '')
※ g:python3_host_prog : neovim에 대한 특정 인터프리터를 설정
A new version of content is available.