Skip to content

vim-config

📊 Project Details

  • Primary Language: Vim Script
  • Languages Used: Vim Script
  • License: None
  • Created: May 14, 2023
  • Last Updated: May 14, 2023

📝 About

vim-config

This is my current vim config

Steps:

  1. Get git
  2. Download Vim-Plug
  3. Download Vundle
    git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
    
  4. Go into vim and run PlugInstall and PluginInstall. This will install all the plugins.

You may want to install pylint using pip3 to get python linting and use the :LSPInstallServer to get a language server for completion suggestions.