From 5d6f9025fb5199c6e01ffe4ea6e7455fc535b072 Mon Sep 17 00:00:00 2001 From: juanito87 Date: Tue, 23 Apr 2024 20:39:50 -0300 Subject: [PATCH] Updating config file --- lua/lazy-config.lua | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/lua/lazy-config.lua b/lua/lazy-config.lua index 4320501e..61376dc8 100644 --- a/lua/lazy-config.lua +++ b/lua/lazy-config.lua @@ -31,9 +31,10 @@ require('lazy').setup({ require 'plugins_config/colortheme', -- Color theme for the editor require 'plugins_config/mini', -- Collections of useful mini plugins, like around/surround require 'plugins_config/tree-sitter', -- manage lint, indentation and some othe language related tasks + require 'plugins_config/harpoon', -- Improve workflow for multiple files -- Broken configs/Testing config - require 'plugins_config/harpoon', -- Improve workflow for multiple files + -- keeping comments for annotation -- NOTE: Plugins can also be added by using a table, -- with the first argument being the link and the following @@ -79,18 +80,6 @@ require('lazy').setup({ -- init.lua. If you want these files, they are in the repository, so you can just download them and -- place them in the correct locations. - -- NOTE: Next step on your Neovim journey: Add/Configure additional plugins for Kickstart - -- - -- Here are some example plugins that I've included in the Kickstart repository. - -- Uncomment any of the lines below to enable them (you will need to restart nvim). - -- - -- require 'kickstart.plugins.debug', - -- require 'kickstart.plugins.indent_line', - -- require 'kickstart.plugins.lint', - -- require 'kickstart.plugins.autopairs', - -- require 'kickstart.plugins.neo-tree', - -- require 'kickstart.plugins.gitsigns', -- adds gitsigns recommend keymaps - -- NOTE: The import below can automatically add your own plugins, configuration, etc from `lua/custom/plugins/*.lua` -- This is the easiest way to modularize your config. --