" Load plugins call plug#begin() Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'} Plug 'https://gitlab.com/code-stats/code-stats-vim.git', {'do': ':TSUpdate'} Plug 'vim-airline/vim-airline', {'do': ':TSUpdate'} call plug#end() " Python plugins, needed for CodeStats " let g:python3_host_prog = '/usr/bin/python' " CodeStats let g:codestats_api_key = $CODESTATS_API_KEY " Main configuration set tabstop=2 softtabstop=2 shiftwidth=2 expandtab smarttab autoindent set mouse= set laststatus=2 set t_Co=256 lua <