diff --git a/README.md b/README.md index 819e991..8f89123 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,21 @@ Inspired by [ThePrimeagen](https://github.com/ThePrimeagen/init.lua) and [Josean](https://github.com/josean-dev/dev-environment-files) +## Dependencies +- Neovim 0.9.5 +- git + +## Mason +### Unix +- curl +- unzip +- tar +- gzip + +### Windows +- pwsh or powershell +- git +- tar +- One of (7zip, peazip, winzip or WinRAR) + You can run `:Lazy sync` to install update and clean plugins diff --git a/lua/taken/plugins/harpoon.lua b/lua/taken/plugins/harpoon.lua index 1dd9e1c..4b680b5 100644 --- a/lua/taken/plugins/harpoon.lua +++ b/lua/taken/plugins/harpoon.lua @@ -4,11 +4,7 @@ return { branch = "harpoon2", dependencies = { "nvim-lua/plenary.nvim", - { - "TakenMC/harpoon-lualine", - branch = "seperator", - }, - -- "letieu/harpoon-lualine", + "letieu/harpoon-lualine", }, config = function() local harpoon = require("harpoon") diff --git a/lua/taken/plugins/lualine.lua b/lua/taken/plugins/lualine.lua index 5df9a8d..605c652 100644 --- a/lua/taken/plugins/lualine.lua +++ b/lua/taken/plugins/lualine.lua @@ -4,10 +4,7 @@ return { dependencies = { "nvim-tree/nvim-web-devicons", "AndreM222/copilot-lualine", - { - "TakenMC/harpoon-lualine", - branch = "seperator", - }, + "letieu/harpoon-lualine", }, config = function() local lualine = require("lualine")