(Should you) Get started with vim

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • vundle

    Vundle, the plug-in manager for Vim

    syntax on set number " use spaces instead of tabs set tabstop=2 shiftwidth=2 expandtab " git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() Plugin 'bling/vim-airline' Plugin 'prabirshrestha/vim-lsp' Plugin 'mattn/vim-lsp-settings' Plugin 'prabirshrestha/asyncomplete.vim' Plugin 'prabirshrestha/asyncomplete-lsp.vim' Plugin 'junegunn/fzf' Plugin 'junegunn/fzf.vim' Plugin 'ledesmablt/vim-run' Plugin 'dense-analysis/ale' Plugin 'hashivim/vim-terraform' call vundle#end() " show spaces set listchars=trail:·,lead:· set list " SHORTCUTS " vim-run nnoremap :Run " formatting nnoremap :gg=G " fzf.vim let fzf_default_command='find -L' nnoremap :Files nnoremap :GFiles " UNUSED PLUGINS -- for now " Plugin 'scrooloose/nerdtree' " nnoremap n :NERDTreeFocus " nnoremap :NERDTree " nnoremap :NERDTreeToggle " nnoremap :NERDTreeFind

  • cli-config

    Helping you setup your CLI experience easily. Some goodies for the ol' terminal.

    Just like everything else in the shell, vim has its own rc file which we can use to customize it to our needs. Because vim is all about getting to my development environment as fast as possible, I have put my .vimrc file up on github — https://github.com/cli-config/cli-config/blob/main/profiles/mrsauravsahu/.vimrc

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts