add tabline
This commit is contained in:
parent
83bb1a6e4e
commit
84a79e931d
2 changed files with 6 additions and 1 deletions
|
@ -93,3 +93,7 @@ for _, lsp in pairs(servers) do
|
|||
}
|
||||
}
|
||||
end
|
||||
|
||||
-- Initialize bufferline
|
||||
vim.opt.termguicolors = true
|
||||
require("bufferline").setup{}
|
||||
|
|
|
@ -22,9 +22,10 @@ in
|
|||
vim-airline
|
||||
copilot-vim
|
||||
rust-vim # for proper syntax highlighting
|
||||
tabline-nvim
|
||||
nvim-lspconfig
|
||||
vim-gitgutter
|
||||
nvim-web-devicons
|
||||
bufferline-nvim
|
||||
];
|
||||
};
|
||||
xdg.configFile."nvim/lua/base.lua".source = ./base.lua;
|
||||
|
|
Loading…
Reference in a new issue