[NeoVim] Packer Bootstrap

This commit is contained in:
2022-08-22 15:41:42 +02:00
parent 84dbb0666a
commit 32e6c9f4d5
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"
]
}