Config file doesn't seem to apply changes, why?

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

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

    lean & mean status/tabline for vim that's light as air

  • set number set autoindent set shiftwidth=2 set softtabstop=2 set expandtab set termguicolors set buftype="" call plug#begin() Plug 'https://github.com/vim-airline/vim-airline' Plug 'https://github.com/preservim/nerdtree' Plug 'https://github.com/neoclide/coc.nvim', {'branch': 'release'} call plug#end() nnoremap :NERDTreeFocus nnoremap :NERDTree nnoremap :NERDTreeToggle

  • coc-ccls

    CCLS (C/C++) extension for coc.nvim

  • set number set autoindent set shiftwidth=2 set softtabstop=2 set expandtab set termguicolors set buftype="" call plug#begin() Plug 'https://github.com/vim-airline/vim-airline' Plug 'https://github.com/preservim/nerdtree' Plug 'https://github.com/neoclide/coc.nvim', {'branch': 'release'} call plug#end() nnoremap :NERDTreeFocus nnoremap :NERDTree nnoremap :NERDTreeToggle

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • nerdtree

    A tree explorer plugin for vim.

  • set number set autoindent set shiftwidth=2 set softtabstop=2 set expandtab set termguicolors set buftype="" call plug#begin() Plug 'https://github.com/vim-airline/vim-airline' Plug 'https://github.com/preservim/nerdtree' Plug 'https://github.com/neoclide/coc.nvim', {'branch': 'release'} call plug#end() nnoremap :NERDTreeFocus nnoremap :NERDTree nnoremap :NERDTreeToggle

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