t-b / igor-pro-vim

BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Run on windows #1

Closed ukos-git closed 5 years ago

ukos-git commented 5 years ago

I have this running on linux and it works. Taking the same vimrc (and this repo) over to windows breaks syntax highlighting on *ipf files. Manually setting another syntax style works but IgorPro is not listed in the available styles.

I have installed pathogen via vundele's :PluginInstall and include this plugin in my vimrc via

call pathogen#infect('~/Documents/Github/igor-pro-vim/{}')

t-b commented 5 years ago

@ukos-git My config for nvim looks like

$ cat ~/.config/nvim/init.vim
set nocompatible
call pathogen#infect('~/projekte/common-orga-and-tools/tools/vim')
call pathogen#helptags()
...

and that works with linux and windows.

ukos-git commented 5 years ago

Thank you for the hint. I removed the curly brackets and now it works.

call pathogen#infect('~/Documents/Github/igor-pro-vim')