Tada
This commit is contained in:
@@ -4,6 +4,9 @@ set expandtab shiftwidth=4 tabstop=4
|
||||
set autoindent
|
||||
set clipboard=unnamedplus
|
||||
|
||||
" I want nvim using a venv for plugins and stuff
|
||||
let g:python3_host_prog = expand('~/.venvs/nvim/bin/python')
|
||||
|
||||
" Plugins with vim-plug
|
||||
call plug#begin('~/.vim/plugged')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user