Updated config
This commit is contained in:
parent
285360a1dc
commit
557f33c14a
35 changed files with 159 additions and 694 deletions
|
@ -1,11 +1,3 @@
|
|||
-- Globals
|
||||
local g = vim.g
|
||||
g.mapleader = " "
|
||||
|
||||
for _, provider in ipairs { "node", "perl", "python3", "ruby" } do
|
||||
g["loaded_" .. provider .. "_provider"] = 0
|
||||
end
|
||||
|
||||
-- Options
|
||||
local opt = vim.opt
|
||||
opt.autowrite = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue