From 4e9e8032ab095458acecfadcd785e4a06c390348 Mon Sep 17 00:00:00 2001 From: Micah Halter Date: Thu, 10 Aug 2023 07:50:21 -0400 Subject: [PATCH] chore: fix various typos --- lua/plugins/null-ls.lua | 2 +- lua/plugins/treesitter.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)