Updated harpoon lualine and readme
Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
17
README.md
17
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
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user