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
|
end
|
||||||
|
|
||||||
|
-- Initialize bufferline
|
||||||
|
vim.opt.termguicolors = true
|
||||||
|
require("bufferline").setup{}
|
||||||
|
|
|
@ -22,9 +22,10 @@ in
|
||||||
vim-airline
|
vim-airline
|
||||||
copilot-vim
|
copilot-vim
|
||||||
rust-vim # for proper syntax highlighting
|
rust-vim # for proper syntax highlighting
|
||||||
tabline-nvim
|
|
||||||
nvim-lspconfig
|
nvim-lspconfig
|
||||||
vim-gitgutter
|
vim-gitgutter
|
||||||
|
nvim-web-devicons
|
||||||
|
bufferline-nvim
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
xdg.configFile."nvim/lua/base.lua".source = ./base.lua;
|
xdg.configFile."nvim/lua/base.lua".source = ./base.lua;
|
||||||
|
|
Loading…
Reference in a new issue