Update
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
if vim == nil then
|
||||
vim = {}
|
||||
end
|
||||
|
||||
-- Update function and call
|
||||
function Update_Sys()
|
||||
vim.cmd("Lazy sync")
|
||||
@@ -100,6 +104,7 @@ vim.cmd([[
|
||||
]])
|
||||
|
||||
-- Ale configuration
|
||||
vim.g.ale_linters_explicit = 0
|
||||
local linters = {
|
||||
python = { "pylint" },
|
||||
vim = { "vint" },
|
||||
|
||||
Reference in New Issue
Block a user