Update lvim, zsh, vscode

This commit is contained in:
Smirnov-O 2021-08-20 19:23:02 +03:00
parent 4c57b36f1b
commit c36863d722
28 changed files with 613 additions and 115 deletions

17
config/lvim/.luacheckrc Normal file
View file

@ -0,0 +1,17 @@
-- vim: ft=lua
stds.nvim = {
globals = {
vim = { fields = { "g" } },
"lvim",
"O",
},
read_globals = {
-- vim = { fields = { "cmd", "api", "fn", "o" }}
"jit",
"os",
"vim",
},
}
std = "lua51+nvim"
self = false
cache = true