mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add(nvim): barbar
This commit is contained in:
parent
c29bde722f
commit
e74e96a4d2
4 changed files with 36 additions and 3 deletions
|
|
@ -19,6 +19,7 @@ require "packer".startup(function(use)
|
|||
use "nvim-tree/nvim-tree.lua"
|
||||
use "windwp/nvim-autopairs"
|
||||
use "norcalli/nvim-colorizer.lua"
|
||||
use { "romgrk/barbar.nvim", requires = { "kyazdani42/nvim-web-devicons" } }
|
||||
|
||||
use { "nvim-telescope/telescope.nvim", branch = "0.1.x", requires = { "nvim-lua/plenary.nvim" } }
|
||||
use { "nvim-telescope/telescope-fzf-native.nvim", run = "make", cond = vim.fn.executable "make" == 1 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue