:set number :set autoindent :set tabstop=3 :set shiftwidth=3 :set smarttab :set expandtab :set softtabstop=3 :set mouse=a :tnoremap :autocmd FileType python setlocal tabstop=3 :autocmd FileType python setlocal shiftwidth=3 :set cc=81 :highlight ColorColumn ctermbg=Black :highlight VertSplit cterm=Bold ctermbg=Black :highlight LineNr ctermfg=DarkGrey :highlight Error ctermbg=None :highlight StatusLine cterm=Bold ctermbg=DarkGrey :highlight StatusLineNC cterm=Italic ctermbg=Black :highlight PMenu ctermfg=LightBlue ctermbg=Black call plug#begin() Plug 'https://github.com/preservim/nerdtree' " NerdTree Plug 'neoclide/coc.nvim', {'branch': 'release'} call plug#end()