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)
|
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
|
||||||
|
|||||||
@@ -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")
|
||||||
|
|||||||
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user