feat: add scrollbar visual

This commit is contained in:
NotAShelf 2023-02-03 22:53:48 +03:00
commit 84f0d2b067
No known key found for this signature in database
GPG key ID: 5B5C8895F28445F1
6 changed files with 33 additions and 3 deletions

View file

@ -62,6 +62,7 @@
vim.visuals = {
enable = true;
nvimWebDevicons.enable = true;
scrollBar.enable = true;
lspkind.enable = true;
indentBlankline = {
enable = true;
@ -406,6 +407,12 @@
url = "github:yamatsum/nvim-cursorline";
flake = false;
};
scrollbar-nvim = {
url = "github:petertriho/nvim-scrollbar";
flake = false;
};
indent-blankline = {
url = "github:lukas-reineke/indent-blankline.nvim";
flake = false;