Giter Site home page Giter Site logo

sachet's People

Contributors

aam1r avatar ashemsay avatar cnu avatar jamesaanderson avatar kelto avatar thomasboyt avatar tylernisonoff avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sachet's Issues

Errors with NerdTree

I'm still seeing the same problem as described in #12

on OS X (Version 10.10, Yosemite).

If you add
md "$sachet__install_home"/.vim
in the line prior to
cp -r "$sachet__install_cwd"/vim/* "$sachet__install_home"/.vim/

in the install.sh

it should fix the problem. I did the md manually and re-ran the script and I'm good to go.

Cursor default to text window and not NERDTree

Thanks for the config, but I've got one issue. I love NERDTree now that I've found it, but I do not like that the cursor defaults to the NERDTree pane. I'm new to vim config editing, is there a way where I can have the other pane be selected by default and not the NERDTree pane?

Don't modify rtp if pathogen is doing it

I generated a setup with ctrlp and the vimrc had:

" ctrlp
set runtimepath^=~/.vim/bundle/ctrlp.vim

But it also has pathogen. Why not just let pathogen handle the runtimepath?

Problem with install.sh

Hi !

I think there might be a problem with the install.sh
When I install it, it put everyfile in a vim directory, so ~/.vim/vim/*
Which cause some problem on my linux distribution (Fedora 20).
Just need a "cp -R ~/.vim/vim/* ~/.vim/" to fix it though.

I'm using Fedora 20 and Vim 7.4 if it can help

Errors on MacOSx

$ vim
Error detected while processing /Users/vantani/.vimrc:
line 4:
E117: Unknown function: pathogen#infect
line 5:
E117: Unknown function: pathogen#helptags
..after the vim is opened...
Error detected while processing VimEnter Auto commands for "*":
E492: Not an editor command: NERDTree
Press ENTER or type command to continue

Outdated information about OS X terminal.app

"Note: Some themes require a 256-color terminal to be used. If you are using Mac, iTerm is a great terminal that will suit your needs"

Since Lion, Terminal.app supports 256-color terms and even has its default TERM setting as xterm-256color.

nocompatible should either be omitted from vimrc or first

:help compatible:

If you set this option in your vimrc file, you should probably put it at the very start.
When a |vimrc| or |gvimrc| file is found while Vim is starting up, this option is switched off

Anything set by pathogen could be cleared by nocp. It should either be the first thing in the vimrc or omitted entirely (since it's redundant).

I generated a vimrc that started thus:

" Pathogen
call pathogen#infect()
call pathogen#helptags()

set nocompatible
set statusline=%<\ %n:%f\ %m%r%y%=%-35.(line:\ %l\ of\ %L,\ col:\ %c%V\ (%P)%)
filetype plugin indent on

Missing documentation

I've never used NerdTree and I tried to access the helpfile using :help NERD_tree.txt as per the instructions, but that doesn't seem to work.

I've noticed that the /doc directory is missing in all the plugins. Maybe useful to include the docs as well?

My terminal is all blue after exiting vim

set nocompatible

" Pathogen
call pathogen#infect()
call pathogen#helptags()

set statusline=%<\ %n:%f\ %m%r%y%=%-35.(line:\ %l\ of\ %L,\ col:\ %c%V\ (%P)%)
filetype plugin indent on

syntax on
set number
set mouse=a
set mousehide

set spell
set hlsearch
set showmatch
set autoindent
set history=1000
set cursorline
set expandtab
set shiftwidth=2
set tabstop=2
set softtabstop=2

" Nerdtree
autocmd vimenter * NERDTree
let NERDTreeShowBookmarks=1
let NERDTreeChDirMode=0
let NERDTreeQuitOnOpen=0
let NERDTreeMouseMode=2
let NERDTreeShowHidden=1
let NERDTreeIgnore=['\.pyc','\~$','\.swo$','\.swp$','\.git','\.hg','\.svn','\.bzr']
let NERDTreeKeepTreeInNewTab=1
let g:nerdtree_tabs_open_on_gui_startup=0


set background=dark
colorscheme solarized

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.