Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Cant manage to get it working #104

Closed
Raggaer opened this issue Aug 11, 2018 · 0 comments
Closed

Cant manage to get it working #104

Raggaer opened this issue Aug 11, 2018 · 0 comments

Comments

@Raggaer
Copy link

Raggaer commented Aug 11, 2018

Hello. I cant really manage to get the git-plugin to work.

NERDTree works fine, however the git plugin wont appear at all (even after making changes to tracked files). Running git status -s on my working directory does show that there are files with changes, however the plugin wont notice them?

Here is my .vimrc file:

" Plugins will be downloaded under the specified directory.
call plug#begin('G:/Vim/pluged')

" Declare the list of plugins.
Plug 'fatih/vim-go'
Plug 'scrooloose/nerdtree'
Plug 'Xuyuanp/nerdtree-git-plugin'
Plug 'tomasiser/vim-code-dark'
Plug 'tpope/vim-fugitive'

" List ends here. Plugins become visible to Vim after this call.
call plug#end()

" Set line numbers.
set number

" Make NERDTree show hidden files/folders
let NERDTreeShowHidden = 1

" Set color scheme.
colorscheme codedark

" Map CTRL O to toggle NERDTree in the directory of the current buffer
map <C-o> :NERDTreeToggle %<CR>

" Disable toolbar widgets and such
set guioptions-=m  "remove menu bar
set guioptions-=T  "remove toolbar
set guioptions-=r  "remove right-hand scroll bar
set guioptions-=L  "remove left-hand scroll bar

" Bind ESC to the :noh command, to remove search highlight
map <esc> :noh<cr>

I am not sure what else to try, the PWD and CWD is setup to the root directory (basically the repository)

Thanks

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

No branches or pull requests

2 participants