Add scrollbar with diagnostics

This commit is contained in:
Fabian Missbrenner 2025-03-18 16:46:28 +01:00
parent 1700a7c450
commit 909ff7aa1c
7 changed files with 172 additions and 285 deletions

View file

@ -229,7 +229,6 @@ vim.opt.rtp:prepend(lazypath)
require('lazy').setup({
-- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link).
'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically
'rebelot/kanagawa.nvim', -- Detect tabstop and shiftwidth automatically
-- NOTE: Plugins can also be added by using a table,
-- with the first argument being the link and the following
@ -864,7 +863,7 @@ require('lazy').setup({
-- Load the colorscheme here.
-- Like many other themes, this one has different styles, and you could load
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
vim.cmd.colorscheme 'kanagawa'
vim.cmd.colorscheme 'tokyonight-day'
-- You can configure highlights by doing something like:
vim.cmd.hi 'Comment gui=none'