vimfiles
vimfiles copied to clipboard
The Vim Configuration. Uses vim-plug to manage plugins.
According to the [neovim docs](https://neovim.io/doc/user/editing.html#:quit), `:q` should fail when there are unsaved changes. Although I can't figure out how, this repo seems to remap `:q` to `:wq`. This seems dangerous,...
Ran standard `curl vimfiles.luan.sh/install | bash` on mac and linux workstations and got very similar error: `vim-go: updating finished!main: line 255: 31988 Aborted (core dumped) GOPATH="${PWD}/gopath" ${VIMCMD} +'GoUpdateBinaries' +'qall!'` `go...
https://github.com/luan/vim-concourse might be a good addition as a default plugin.
After updating go to 1.11 and then running update, I see the following whenever I try to edit a go file in vim: `gocode panicked`. I found the following in...
I ultimately want to add python/pytest support but felt that the code in `lib/functions.vim` was too poorly factored to reasonably extend. This is a start in the direction of adding...
We're getting the following warning [every time](https://github.com/cloudfoundry/cli/blob/master/integration/helpers/command.go#L23) we pass `exec.Command` a set of variables: ``` Subprocess launching with variable.,HIGH,HIGH (gas) ``` I've seen it in other places too, but I...
Add a file/config setting that can be used to blacklist warnings that are returned from gometalinter. This way projects/teams can customize which warnings can be ignored.
When I run "GoImplements" on an interface function, the first result is always the interface in question and then a list of fakes and implementers. It would be nice if...
Any idea why [these three lines](https://github.com/luan/vimfiles/blob/master/config/basic.vim#L59-L61)? On my mac, at least, they cause: ``` Error detected while processing /Users/pivotal/workspace/vimfiles/config/basic.vim: line 60: E474: Invalid argument: completeopt=menu,noinsert,noselect Press ENTER or type command...
- [ ] General Editing - [ ] For Golang - [ ] For Ruby - [ ] For Elm - [ ] For Javascript - [ ] For HTML/CSS,...