diff --git a/lua/plugins/null-ls.lua b/lua/plugins/null-ls.lua index 6117506..cd2b10e 100644 --- a/lua/plugins/null-ls.lua +++ b/lua/plugins/null-ls.lua @@ -1,6 +1,6 @@ if true then return {} end -- REMOVE THIS LINE TO ACTIVATE THIS FILE --- Exapmle customization of Null-LS sources +-- Example customization of Null-LS sources return { "jose-elias-alvarez/null-ls.nvim", opts = function(_, config) diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index d3185d2..b743cc9 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -1,6 +1,6 @@ if true then return {} end -- REMOVE THIS LINE TO ACTIVATE THIS FILE --- Exapmle customization of Treesitter +-- Example customization of Treesitter return { "nvim-treesitter/nvim-treesitter", opts = function(_, opts)