From 8ad2208c3851d4168a91600fa7cf9cd1c95978af Mon Sep 17 00:00:00 2001 From: juanito87 Date: Mon, 12 May 2025 16:24:49 -0300 Subject: [PATCH] Fix typos. --- lua/plugins_config/colortheme.lua | 2 +- lua/plugins_config/lsp.lua | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lua/plugins_config/colortheme.lua b/lua/plugins_config/colortheme.lua index 1b2f55c6..cc191ade 100644 --- a/lua/plugins_config/colortheme.lua +++ b/lua/plugins_config/colortheme.lua @@ -17,4 +17,4 @@ return { -- You can easily change to a different colorscheme. -- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'. vim.cmd.colorscheme 'tokyonight-night' end, - }, -- + } diff --git a/lua/plugins_config/lsp.lua b/lua/plugins_config/lsp.lua index 8fb24190..22893a14 100644 --- a/lua/plugins_config/lsp.lua +++ b/lua/plugins_config/lsp.lua @@ -266,7 +266,7 @@ return { }, } end, -} + { -- Autocompletion 'saghen/blink.cmp', event = 'VimEnter', @@ -365,3 +365,4 @@ return { signature = { enabled = true }, }, }, +}