nvim: packer -> lazy
This commit is contained in:
@ -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 ]]
|
||||
|
||||
Reference in New Issue
Block a user