mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Update lvim, zsh, vscode
This commit is contained in:
parent
4c57b36f1b
commit
c36863d722
28 changed files with 613 additions and 115 deletions
17
config/lvim/.luacheckrc
Normal file
17
config/lvim/.luacheckrc
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue