Coder Social home page Coder Social logo

vimconf's People

Contributors

timss avatar yourpresidentuniversal 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

vimconf's Issues

FileType of sh for *.txt

vimconf/.vimrc

Line 139 in 6ef3d9e

autocmd BufNewFile,BufRead *.txt set ft=sh tw=79

On line 139 you are setting the FileType to shell for text files.

I've overridden/corrected this in my .vimrc.last file, but just curious why are you doing that?

Bufferline pausing for 1-2 seconds on InsertLeave

Hello @timss, I love your work on this .vimrc and I learned a great deal from it. However there is a slight pause when leaving insertmode, with a bit of experimenting and searching I was able to track down the problem. You can fix it by adding to the .vimrc

  set ttimeoutlen=50

If this wasn't an issue or only on my specific computer you can ignore this. Again thanks for your work on this .vimrc

libclang path seems wrong

my operation system is kubuntu. first i use the config and everything is ok. But when i use the command

sudo apt-get install clang

then my vim gives an advice.

Loading libclang failed, completion won't be available
Consider setting g:clang_library_path

as a result autocomplete plugin doesn't work any more.

what should i do, i am a newbee.

many thanks

Requires version 7.4 of Vim

You should add to the readme that version 7.4 is required in order for all of the plugins to work.

$ vim --version | head -n 1 | grep "\d\.\d"

No plugin-folder

Created some issues with Vim-Debug.
http://jaredforsyth.com/projects/vim-debug/

vimconf (master) > install-vim-debug.py
installing to /home/user/.vim/plugin/debugger.vim
Traceback (most recent call last):
File "/usr/local/bin/install-vim-debug.py", line 55, in
open(fname, 'w').write(text)
IOError: [Errno 2] No such file or directory: '/home/fredrik/.vim/plugin/debugger.vim'

Fixed by creating the folder ~/.vim/plugin

Add an option for disabling plugins using local config ~/.vimrc.plugins

Most settings, if not all, are possible to override using the local configuration files $HOME/.vimrc.{first,last}. Additional plugins can be added using $HOME/.vimrc.plugins.

One major caveat or limitation of the current setup is that plugins included in the main configuration can't be disabled or fully ignored using the local configuration. It should be possible to define a list of plugins that should never be installed, or otherwise allow users to disable plugins in the local configuration.

For instance:

let g:plugs_disabled = ['syntastic'] # or
UnPlug 'scrooloose/syntastic'

There are some similar solutions out there for vim-plug and other plugin managers today, usually solved in the vim distribution and not the plugin manager itself:

.vimrc.bundles is not being sourced

It's failing on line 39, as far as I can see you're using ("$HOME/.vimrc.bundles") and maybe it should be like 119 - ($HOME."/.vimrc.first").

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.