add tabline

This commit is contained in:
Charlotte 🦝 Delenk 2022-06-12 21:05:03 +01:00
parent 83bb1a6e4e
commit 84a79e931d
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
2 changed files with 6 additions and 1 deletions

View file

@ -93,3 +93,7 @@ for _, lsp in pairs(servers) do
}
}
end
-- Initialize bufferline
vim.opt.termguicolors = true
require("bufferline").setup{}

View file

@ -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;