taking out harpoon and adding in tabs
This commit is contained in:
@@ -1,14 +0,0 @@
|
|||||||
local harpoon = require("harpoon")
|
|
||||||
local mark = require("harpoon.mark")
|
|
||||||
local ui = require("harpoon.ui")
|
|
||||||
|
|
||||||
harpoon.setup({
|
|
||||||
mark_branch = true,
|
|
||||||
})
|
|
||||||
|
|
||||||
vim.keymap.set("n", "<C-f>", mark.add_file)
|
|
||||||
vim.keymap.set("n", "<C-e>", ui.toggle_quick_menu)
|
|
||||||
|
|
||||||
vim.keymap.set("n", "<C-g>", function() ui.nav_file(1) end)
|
|
||||||
vim.keymap.set("n", "<C-b>", function() ui.nav_file(2) end)
|
|
||||||
vim.keymap.set("n", "<C-n>", function() ui.nav_file(3) end)
|
|
||||||
@@ -25,7 +25,6 @@ return require('packer').startup(function(use)
|
|||||||
|
|
||||||
use({ 'nvim-treesitter/nvim-treesitter', run = ':TSUpdate' })
|
use({ 'nvim-treesitter/nvim-treesitter', run = ':TSUpdate' })
|
||||||
use('nvim-treesitter/playground')
|
use('nvim-treesitter/playground')
|
||||||
use('theprimeagen/harpoon')
|
|
||||||
use('mbbill/undotree')
|
use('mbbill/undotree')
|
||||||
|
|
||||||
use {
|
use {
|
||||||
@@ -73,4 +72,6 @@ return require('packer').startup(function(use)
|
|||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
||||||
|
use 'romgrk/barbar.nvim'
|
||||||
|
|
||||||
end)
|
end)
|
||||||
|
|||||||
@@ -85,6 +85,11 @@ _G.packer_plugins = {
|
|||||||
path = "/Users/talksik/.local/share/nvim/site/pack/packer/start/LuaSnip",
|
path = "/Users/talksik/.local/share/nvim/site/pack/packer/start/LuaSnip",
|
||||||
url = "https://github.com/L3MON4D3/LuaSnip"
|
url = "https://github.com/L3MON4D3/LuaSnip"
|
||||||
},
|
},
|
||||||
|
["barbar.nvim"] = {
|
||||||
|
loaded = true,
|
||||||
|
path = "/Users/talksik/.local/share/nvim/site/pack/packer/start/barbar.nvim",
|
||||||
|
url = "https://github.com/romgrk/barbar.nvim"
|
||||||
|
},
|
||||||
["cellular-automaton.nvim"] = {
|
["cellular-automaton.nvim"] = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/Users/talksik/.local/share/nvim/site/pack/packer/start/cellular-automaton.nvim",
|
path = "/Users/talksik/.local/share/nvim/site/pack/packer/start/cellular-automaton.nvim",
|
||||||
|
|||||||
Reference in New Issue
Block a user