Skip to content

cesarmg1980/my-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This Repo Contains a Vim Configuration File (.vimrc)


Important: it is assumed that you already have installed vim's latest version.

Note: You can download Vim's Sources here https://github.com/vim/vim, and follow these instructions: https://github.com/ycm-core/YouCompleteMe/wiki/Building-Vim-from-source


Once installed follow these Steps

  • Download ".vimrc"

1. Install Vundle

2. Install requirements for Tagbar Plugin.

2.1 Linux

  • execute sudo apt install exuberant-ctags

2.2 MacOs

  • execute brew install ctags

Note: if you find that when pressing "F8" throws an error about the path you should change the following in ~/.vimrc:

let g:tagbar_ctags_bin = '/path/to/ctags_or_exuberant-ctags'

3. Install node.js, required for coc-nvim

4. Install Vim's Plugins

  • Open '.vimrc' and execute :PluginInstall

5. Install any coc language extension required (i.e. Python, C++, etc.)

After installation of a particular extension, if you need it to behave different than default you can customize it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published