nvim: packer -> lazy

This commit is contained in:
2024-07-05 16:27:41 +02:00
parent 8218831b06
commit 3a42637493
8 changed files with 83 additions and 468 deletions

View File

@ -12,7 +12,7 @@ opt.signcolumn = "yes" -- str: Show the sign column
-- [[ Filetypes ]]
opt.encoding = 'utf8' -- str: String encoding to use
opt.fileencoding = 'utf8' -- str: File encoding to use
-- opt.fileencoding = 'utf8' -- str: File encoding to use
vim.filetype.add({extension = {wgsl = "wgsl"}})
-- [[ Theme ]]