Update init.lua

Fix typos in init.lua
This commit is contained in:
segyges 2024-03-24 11:45:42 -05:00 committed by GitHub
parent 813f95e06e
commit 330861bd93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ return {
-- require "configs.lspconfig" -- require "configs.lspconfig"
-- end, -- end,
-- }, -- },
--
-- { -- {
-- "williamboman/mason.nvim", -- "williamboman/mason.nvim",
-- opts = { -- opts = {
@ -30,7 +30,7 @@ return {
-- "nvim-treesitter/nvim-treesitter", -- "nvim-treesitter/nvim-treesitter",
-- opts = { -- opts = {
-- ensure_installed = { -- ensure_installed = {
-- "vim", "lua", "vimdoc -- "vim", "lua", "vimdoc",
-- "html", "css" -- "html", "css"
-- }, -- },
-- }, -- },