File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 3
3
local o , opt = vim .o , vim .opt
4
4
local g = vim .g
5
5
6
- g .python3_host_prog = vim .fn .expand ' ~/.virtualenvs/py3nvim/bin/python' -- set python provider
7
-
8
6
opt .shortmess :append ' WcC' -- Reduce command line messages
9
7
10
8
-- Basic UI Enhancements
Original file line number Diff line number Diff line change @@ -45,10 +45,3 @@ echo ".dotfiles" >>.gitignore
45
45
git clone --bare https://github.com/collindutter $HOME /.dotfiles
46
46
dotfiles checkout
47
47
dotfiles config --local status.showUntrackedFiles no
48
-
49
- echo " Configuring neovim virtualenvs..."
50
- mkdir .virtualenvs
51
- python -m venv .virtualenvs/py3nvim
52
- ./virtualenvs/bin/pip install pynvim
53
- python -m venv .virtualenvs/debugpy
54
- ./virtualenvs/bin/pip install debugpy
You can’t perform that action at this time.
0 commit comments