This commit is contained in:
KenwoodFox
2025-10-14 17:44:51 -04:00
parent 9c819d6325
commit f46000649c
7 changed files with 104 additions and 40 deletions

View File

@@ -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')