add more neovim plugins and alias eza for ls in zsh
This commit is contained in:
parent
b2322f2877
commit
874cd444ba
13 changed files with 228 additions and 13 deletions
11
.config/nvim/lua/klowner/plugins/bufferline.lua
Normal file
11
.config/nvim/lua/klowner/plugins/bufferline.lua
Normal file
|
@ -0,0 +1,11 @@
|
|||
return {
|
||||
"akinsho/bufferline.nvim",
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
version = "*",
|
||||
opts = {
|
||||
options = {
|
||||
mode = "tabs",
|
||||
separator_style = "slant",
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue