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
commit 6a612b80f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"
-- },
-- },