Giter Site home page Giter Site logo

dotvim's People

Contributors

bebound avatar bling avatar decrement avatar elcash avatar hamled avatar jc4x4 avatar nkalvi avatar rajeshduggal avatar yachi 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dotvim's Issues

about vim-sneak

Can't use ; to go to the next match.

After use sab to search for ab, click ";", nothing happened. I can't find problem in vimrc, do you have any idea about this problem? Thank you.

How do you usually yanking text?

I have not found such plugins as vim-yankitute or ExtractMatches in your dotfiles, so I wonder how you will, let say, yank to clipboard words in brackets and make them comma-separated

- 'autoindent' is set by default
- 'autoread' is set by default
- 'backspace' defaults to "indent,eol,start"
- 'backupdir' defaults to .,~/.local/share/nvim/backup (|xdg|)
- 'complete' doesn't include "i"
- 'directory' defaults to ~/.local/share/nvim/swap// (|xdg|), auto-created

Output must be autoindent, autoread, ....

some problems

Hi,I'm using this vimrc on windows,and I got some problems, would you please help me?

I'm a noob and I altered the vimrc, so these errors are likely to be result from my wrong modification.
Medicated vimrc is here: https://gist.github.com/bebound/5845032

1 If using lines=999 columns=999 ,the start position is incorrect, is X 129, Y 6,and winpos can't change it.
2 Start buffer path incorrect,too many""(Original vimrc is correct,maybe I change it incorrectly),I want to know which plugin change the start buffer.
3 If I try to open a file in start buffer,I will got this error:"Error detected while processing function 101_open_buffers: Line 17; E472 Command failed"
4 While using anything in unite.vim,it will show an error:"Error detected while processing gfuncion
neobundle#autoload#command..neobundle#source..neobundle#call_hook>>24:line 4: E117:Unknow function :unite#custom#source"
5 The color of the char "tab" is too dark,I don't know which option can make this effect.

insert mode mapping C-h sends delete key

is there any workaround for this from within vim?
when i press C-h, instead of going left one charachter, my terminal actually send C-h which deletes one character

Default Installation overrides 's'

Hey. First, love the dotvim.

I looked through .vim/vimrc for what is overriding s. When I press s in command mode i get '>' appearing for fast search, but I want delete + go into insert mode (standard use).

I see that, when i execute :nmap that <Plug>Sneak_s has commandeered s from me but I cannot seem to disable that plugin. I have tried the following

let g:dotvim_settings.disabled_plugins=['Sneak_s']
let g:dotvim_settings.plugin_groups_exclude = ['Sneak_s']
let g:dotvim_settings.disabled_plugins=['sneak']
let g:dotvim_settings.plugin_groups_exclude = ['sneak']

My question is there a way to restore default s behavior or what plugin should I disable and how to restore s behavior? Thanks

Some questions about your vimrc

Hey bling, great vimrc. It's very well organized, I learned a lot. I have a couple of questions.

  1. On line #498 in your vimrc you have NeoBundle 'kien/ctrlp.vim', { 'depends': 'tacahiroy/ctrlp-funky' }. My understanding of depends is that if plugin1 is dependent upon plugin2, i.e. if plugin1 is required for plugin2 to work, it should be specified as NeoBundle 'plugin1', { 'depends': 'plugin2' }. Is my understanding correct?
  2. On line #623 in your vimrc you have NeoBundleDepends 'kana/vim-textobj-user' and on line #624 NeoBundle 'kana/vim-textobj-indent'. Why not simply write them as NeoBundle 'kana/vim-textobj-indent', { 'depends': 'kana/vim-textobj-user' }. Is there any advantage in writing it the way you have?

etags-select unavaliable

I use you config to start emacs, got an error:
[INIT ERROR] /Users/tomyli/.emacs.d/config/config-misc.el (error Package ‘etags-select-’ is unavailable)
I found etags-select not in the melpa repo, What should i do ?

vimshell default dir

setting the cache dir for vimshell creates symlink to home folder at every place I use it,
had to disable that to make it work properly

using tabs

I love the look and feel of the interface, but am having a hard time finding a good tree/tab workflow. Could you point me towards a guide, doc, list of mappings, etc to help me out? I want to do something like this:

  1. Open a file from the Terminal with the file explorer pre-opened in the left pane to that files folder
  2. Select a few files from the file explorer to open (this is easy, just select one)
  3. Close one of the open files from the upper tabs (I can use Q, but then ...)
  4. Select another file from the upper tabs (pressing left/right closes the split pane)

How do you handle this type of workflow? Thanks!

autocomplete issue

I would like to findout how to trigger autocomplete using tab or any other key. If i scroll up down the file autocomplete is interrupting and blocking the view, it is extremely annoying to get out of autocomplete and keep browsing the file. Thanks in advance.

Kind Regards,
Sandeep

vim-plug

vim-plug runs much faster than NeoBundle—would you ever migrate to that? (I don't know whether it's missing anything NB has that dotvim needs.)

Emacs Init Error

Cloned dotemacs directory into ~/.emacs.d
Received error below. Running Emacs 24.3 on Xbunutu 14.04.

Debugger entered--Lisp error: (wrong-number-of-arguments quote 10)
(quote special-mode eshell-mode comint-mode project-explorer-mode git-commit-mode diff-mode custom-mode dired-mode calendar-mode help-mode)
eval((quote special-mode eshell-mode comint-mode project-explorer-mode git-commit-mode diff-mode custom-mode dired-mode calendar-mode help-mode))
custom-initialize-reset(dotemacs-evil-emacs-state-modes (quote special-mode eshell-mode comint-mode project-explorer-mode git-commit-mode diff-mode custom-mode dired-mode calendar-mode help-mode))
custom-declare-variable(dotemacs-evil-emacs-state-modes (quote special-mode eshell-mode comint-mode project-explorer-mode git-commit-mode diff-mode custom-mode dired-mode calendar-mode help-mode) "List of modes where Evil should start up in Emacs state." :type (repeat (symbol)) :group dotemacs)
eval-buffer(#<buffer load-550218> nil "/home/lmauldin/.emacs.d/config/init-evil.el" nil t) ; Reading at buffer position 1219
load-with-code-conversion("/home/lmauldin/.emacs.d/config/init-evil.el" "/home/lmauldin/.emacs.d/config/init-evil.el" nil t)
require(init-evil)
(while --dolist-tail-- (setq module (car --dolist-tail--)) (require module) (setq --dolist-tail-- (cdr --dolist-tail--)))
(let ((--dolist-tail-- dotemacs-modules) module) (while --dolist-tail-- (setq module (car --dolist-tail--)) (require module) (setq --dolist-tail-- (cdr --dolist-tail--))))
(progn (let ((--dolist-tail-- dotemacs-modules) module) (while --dolist-tail-- (setq module (car --dolist-tail--)) (require module) (setq --dolist-tail-- (cdr --dolist-tail--)))))
eval-buffer(#<buffer load> nil "/home/lmauldin/.emacs.d/init.el" nil t) ; Reading at buffer position 1284
load-with-code-conversion("/home/lmauldin/.emacs.d/init.el" "/home/lmauldin/.emacs.d/init.el" t t)
load("/home/lmauldin/.emacs.d/init" t t)
#[0 "�\205\262� \306=\203��\307�\310Q\202;� \311=\204��\307�\312Q\202;�\313\307\314\315#\203*�\316\202;�\313\307\314\317#\203:�\320\nB�\321\202;�\316\322�\323�\322\211#\210�\322=\203a�\324\325\326\307�\327Q!"\323�\322\211#\210�\322=\203���\210�\203\243�\330�!\331\232\203\243�\332�!\211\333P\334�!\203}�\211\202\210�\334�!\203\207��\202\210�\314\262��\203\241�\335��\"\203\237�\336\337��#\210\340\341!\210��\266�\f?\205\260�\314�\323\342\322\211#)\262�\207" [init-file-user system-type delayed-warnings-list user-init-file inhibit-default-init inhibit-startup-screen ms-dos "~" "/_emacs" windows-nt "/.emacs" directory-files nil "^\\.emacs\\(\\.elc?\\)?$" "~/.emacs" "^_emacs\\(\\.elc?\\)?$" (initialization "_emacs' init file is deprecated, please use `.emacs'") "~/_emacs" t load expand-file-name "init" file-name-as-directory "/.emacs.d" file-name-extension "elc" file-name-sans-extension ".el" file-exists-p file-newer-than-file-p message "Warning: %s is newer than %s" sit-for 1 "default"] 7 "\n\n(fn)"]()
command-line()
normal-top-level()

Can't do reverse search in vim-sneak

The default SneakPrevious key is , and \
Currently, , not work, \ is remaped by CtrlP .
I add nmap , <Plug>SneakPrevious seems work, but I don't know if this will make any bad influence, and what's the more elegant way to tackle it?

Getting weird character for strings on JSON files

Hi,

I am having issues with JSON files. The quotes are displayed as triangles. I attach a picture of the problem. I have verified that this is not caused by my typography. Using iterm2 on mac.

Thanks in advance.

screen shot 2016-06-03 at 12 46 14

Installation Error: Segmentation fault: 11

Hello, I have an error after run "cd .vim; make install", just after download all neobundle packages (On OSX Yosemite 10.10.5, xcode Version 6.4 (6E35b) ):

vim -u bundles.vim +NeoBundleClean +NeoBundleCheck +NeoBundleDocs
Vim: Caught deadly signal SEGV
Vim: Finished.
make: *** [cleanup] Segmentation fault: 11

Any idea?

Thanks.

so $MYVIMRC breaks

Hey
Whenever I try to do a so $MYVIMRC it just breaks the color scheme and also for some reason it thinks that the buffer has changed even though it hasn't
I have wrapped all the autocommands in augroups with au! .
Also I have tried disabling all the plugins the problem still remains

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.