diff options
author | Michaël Ball <michael.ball@krotosaudio.com> | 2024-07-24 11:14:20 +0100 |
---|---|---|
committer | Michaël Ball <michael.ball@krotosaudio.com> | 2024-07-24 11:14:20 +0100 |
commit | 751dfb875e0b4043d64e806895f632d122e3b254 (patch) | |
tree | 46eab9171f23c9f4a6ffba00bd6a8982e7042ca3 | |
parent | 2b2e73727ed82a92ca3a43ff68e28fde639770a9 (diff) |
Whatever, you're getting committed now
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | neovim/.config/nvim/lua/.luarc.json | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,3 @@ neovim/.local/share/nvim/site/pack/ neovim/.config/nvim/lazy-lock.json .DS_Store -*/.*/**/.luarc.json -neovim/.config/nvim/lua/.luarc.json diff --git a/neovim/.config/nvim/lua/.luarc.json b/neovim/.config/nvim/lua/.luarc.json index c157c38..236e889 100644 --- a/neovim/.config/nvim/lua/.luarc.json +++ b/neovim/.config/nvim/lua/.luarc.json @@ -39,5 +39,8 @@ "/usr/share/vim/vimfiles", "${3rd}/luassert/library", "${3rd}/luv/library" + ], + "diagnostics.globals": [ + "vim" ] }
\ No newline at end of file |