Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't get to work at all #38

Open
jamiis opened this issue Jan 15, 2019 · 4 comments
Open

Can't get to work at all #38

jamiis opened this issue Jan 15, 2019 · 4 comments

Comments

@jamiis
Copy link

jamiis commented Jan 15, 2019

I am unsure what else to try. Here is my vimrc. Notably I have

filetype plugin indent on

and

set rtp+=~/.vim/bundle/vim-colorschemes/
set t_Co=256
" note: using Atom terminal color scheme for iTerm2
" (https://github.com/mbadolato/iTerm2-Color-Schemes/blob/master/schemes/Atom.itermcolors)
colorscheme herald
if has("syntax")
  syntax enable
endif

I have verified that the Vundle installation executed successfully

jamis@Jamiss-MBP:~/src/dotfiles$ tree ~/.vim/bundle/vim-solidity/
/Users/jamis/.vim/bundle/vim-solidity/
├── LICENSE
├── README.md
├── ftdetect
│   └── solidity.vim
├── ftplugin
│   └── solidity.vim
├── indent
│   └── solidity.vim
└── syntax
    └── solidity.vim

4 directories, 6 files](url)

Am I missing something major? Something conflicting in my vimrc? Maybe a conflicting Vundle plugin?

@skmgoldin
Copy link

I have no problem installing through Pathogen.

@StillFantastic
Copy link

Also can't make it work with Vundle.
But with Pathogen it works fine.

@AthrunArthur
Copy link

add this line in file ~/.vim/bundles.vim before the last line "filetype plugin indent on"
filetype off

@jamiis
Copy link
Author

jamiis commented Mar 2, 2021

something in my .vimrc was screwing it up. I use Vundle. anyway this is what fixed it at the very end of my .vimrc shrug
filetype off
filetype plugin indent on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants