This commit is contained in:
2024-06-01 23:34:37 +08:00
parent 7a903cc425
commit 17ca00ae10
2 changed files with 36 additions and 0 deletions

7
config/nvim/init.lua Normal file
View File

@@ -0,0 +1,7 @@
local vim = vim
local Plug = vim.fn['plug#']
vim.call('plug#begin')
vim.call('plug#end')