From 94dc47f8bb5f6908b4885430146e76e70fd3cb90 Mon Sep 17 00:00:00 2001 From: Sidhanth Rathod Date: Fri, 22 Mar 2024 18:11:04 +0530 Subject: [PATCH] add note in plugins file --- lua/plugins/init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index d3c9688..a0f5bbf 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -7,6 +7,7 @@ return { end, }, + -- These are some examples, uncomment them if you want to see them work! -- { -- "neovim/nvim-lspconfig", -- config = function()