Update
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 25s
Details
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 25s
Details
This commit is contained in:
parent
9c504e284f
commit
859311d0ee
|
@ -27,6 +27,6 @@ for param in params:
|
|||
$6
|
||||
`!p
|
||||
if t[4] != "":
|
||||
snip.rv = f"\n\treturn {t[4]}"`
|
||||
snip.rv = f"\n return {t[4]}"`
|
||||
$0
|
||||
endsnippet
|
||||
|
|
|
@ -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" },
|
||||
|
|
Loading…
Reference in New Issue