Skip to content

Can't get to work at all #38

@jamiis

Description

@jamiis

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions