[NeoVim] Packer Bootstrap

This commit is contained in:
2022-08-22 15:41:42 +02:00
committed by Pierre Jeanjean
parent 5d5f49d97f
commit 6b396ba033
7 changed files with 27 additions and 6 deletions

7
.config/nvim/.luarc.json Normal file
View File

@@ -0,0 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"Lua.diagnostics.globals": [
"vim",
"use"
]
}