Updated harpoon lualine and readme

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2024-03-20 10:28:43 +01:00
parent 33d0cae4ed
commit e901e7729f
3 changed files with 19 additions and 9 deletions

View File

@@ -2,4 +2,21 @@
Inspired by [ThePrimeagen](https://github.com/ThePrimeagen/init.lua) and [Josean](https://github.com/josean-dev/dev-environment-files) 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 You can run `:Lazy sync` to install update and clean plugins

View File

@@ -4,11 +4,7 @@ return {
branch = "harpoon2", branch = "harpoon2",
dependencies = { dependencies = {
"nvim-lua/plenary.nvim", "nvim-lua/plenary.nvim",
{ "letieu/harpoon-lualine",
"TakenMC/harpoon-lualine",
branch = "seperator",
},
-- "letieu/harpoon-lualine",
}, },
config = function() config = function()
local harpoon = require("harpoon") local harpoon = require("harpoon")

View File

@@ -4,10 +4,7 @@ return {
dependencies = { dependencies = {
"nvim-tree/nvim-web-devicons", "nvim-tree/nvim-web-devicons",
"AndreM222/copilot-lualine", "AndreM222/copilot-lualine",
{ "letieu/harpoon-lualine",
"TakenMC/harpoon-lualine",
branch = "seperator",
},
}, },
config = function() config = function()
local lualine = require("lualine") local lualine = require("lualine")