Giter Club home page Giter Club logo

vim's Introduction

vimrc

My vimrc file "~/.vimrc" for Linux

Vim Configuration file for Ubuntu 20

Due to some reasons, Plugins are not working in Ubuntu 20. So the plugins are loaded here using Vundle

Vundle is short for Vim bundle and is a Vim plugin manager.

How to use Vundle?

You can follow this guide

--------OR--------

Follow These Steps

1: Set Up Vundle

git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

Step 2

Copy the contents of config.vim file into your ~/.vimrc file. Save and quit.

Step 3

Launch vim and run :PluginInstall

Want to use as Root user also?

Exactly same procedure but instaed of copying contents, just make a soft link.

1: Set Up Vundle

sudo -s
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

Step 2: Create Softlink

ln -s /home/ajinzrathod/.vimrc ~/.vimrc

Step 3

Launch vim and run :PluginInstall

To use in Fedora

Source

  • Install vimx:
sudo dnf install -y vim-X11
  • Add set clipboard=unnamedplus to your .vimrc
set clipboard=unnamedplus

Add alias vim=vimx and alias vi=vimx to your .bashrc or .zshrc. This is important because vim binary isn’t built with +clipboard support.

To use mouse set set mouse=a in your .vimrc

Map Escape to caps lock in vim not working in Fedora 34?

dconf write /org/gnome/desktop/input-sources/xkb-options "['caps:swapescape']"

OR

View this

vim's People

Contributors

ajinzrathod avatar

Watchers

 avatar

vim's Issues

These Lines raises error in Virtual Environment in python

"" Deoplete -----------------------------
"
"" Use deoplete.
"let g:deoplete#enable_at_startup = 1
"call deoplete#custom#option({
"\   'ignore_case': v:true,
"\   'smart_case': v:true,
"\})
"" complete with words from any opened file
"let g:context_filetype#same_filetypes = {}
"let g:context_filetype#same_filetypes._ = '_'

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.