re-organized venv-selector
This commit is contained in:
parent
8623090268
commit
8c93e97b86
6 changed files with 259 additions and 234 deletions
|
|
@ -1,6 +1,6 @@
|
|||
local opt = vim.opt
|
||||
local g = vim.g
|
||||
local options = {
|
||||
local opts = {
|
||||
-- change cursor in insert mode
|
||||
guicursor = "",
|
||||
|
||||
|
|
@ -54,7 +54,7 @@ local options = {
|
|||
pyxversion = 3
|
||||
}
|
||||
|
||||
for k, v in pairs(options) do
|
||||
for k, v in pairs(opts) do
|
||||
vim.opt[k] = v
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue