filetype plugin on syntax on set number set nowrap set wildmode=longest,list set colorcolumn=80 :let $NVIM_TUI_ENABLE_TRUE_COLOR=1 set tabpagemax=500 let g:airline#extensions#tabline#enabled = 1 " Indentation set smartindent set tabstop=4 set softtabstop=4 set shiftwidth=4 set expandtab " Search set incsearch set hlsearch set ignorecase set smartcase " Whitespaces set listchars=tab:>-,trail:ยท set list :nnoremap :let _s=@/:%s/\s\+$//e:let @/=_s:nohl