if exists(':AsyncRun') nnoremap :AsyncRun python -u "%" endif " Do not wrap Python source code. set nowrap set sidescroll=5 set sidescrolloff=2 set colorcolumn=100 set tabstop=4 " number of visual spaces per TAB set softtabstop=4 " number of spaces in tab when editing set shiftwidth=4 " number of spaces to use for autoindent set expandtab " expand tab to spaces so that tabs are spaces " Use nvim-treesitter for folding set foldmethod=expr set foldexpr=nvim_treesitter#foldexpr()