Merge pull request #11 from segyges/fix-init.lua

Update init.lua
This commit is contained in:
Sidhanth Rathod
2024-03-25 06:49:07 +05:30
committed by GitHub

View File

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