sloanelybutsurely / vimrc.js

A vimrc that Just Works™ for modern JavaScript development
MIT License
308 stars 15 forks source link

Error while saving files and tab size #18

Closed DevanB closed 7 years ago

DevanB commented 7 years ago

Hey there! Thanks for a great project.

I just pulled down the latest from here (was about 15 commits behind) and saw the specific instructions for installing neovim, python, and neovim pip. After executing all of them and updating, I'm now not seeing the deocomplete warning I was (yay! still don't see deocomplete thought), but am seeing these errors when I try to save any file type:

screen shot 2016-09-28 at 1 06 37 pm

I've also noticed in .js files that the tab size is defaulting to 8 characters wide, although I am specifically setting it to expandtab and tabstop=2 in my vimrc.local. Thanks for any help you can offer with both of these questions!

DevanB commented 7 years ago

Disregard. I reran the install script (after moving my previous installation of vimrc.js to another folder), sourced the new vimrc file and all of the problems have been resolved. Thanks for the great project!