This commit is contained in:
2026-02-11 10:38:42 +02:00
parent 54bcb0352b
commit 5728191720
6 changed files with 69 additions and 138 deletions

View File

@@ -216,5 +216,5 @@ vim.lsp.enable {
'ty',
}
vim.o.background = "dark"
vim.cmd([[colorscheme gruvbox-material]])
vim.o.background = 'dark'
vim.cmd [[colorscheme gruvbox-material]]

View File

@@ -1 +0,0 @@
return { "sainnhe/gruvbox-material", priority = 1000 , config = true}

View File

@@ -19,78 +19,9 @@ return {
lualine_x = {
{
'lsp_status',
icon = '', -- f013
symbols = {
-- Standard unicode symbols to cycle through for LSP progress:
-- spinner
-- =
-- {
-- '⠋',
-- '⠙',
-- '⠹',
-- '⠸',
-- '⠼',
-- '⠴',
-- '⠦',
-- '⠧',
-- '⠇',
-- '⠏'
-- },
-- --
-- Standard
-- unicode
-- symbol
-- for
-- when
-- LSP
-- is
-- done:
-- done
-- =
-- '✓',
-- --
-- Delimiter
-- inserted
-- between
-- LSP
-- names:
-- separator
-- =
-- '
-- ',
-- },
-- --
-- List
-- of
-- LSP
-- names
-- to
-- ignore
-- (e.g.,
-- `null-ls`):
-- ignore_lsp
-- =
-- {},
-- --
-- Display
-- the
-- LSP
-- name
-- show_name
-- =
-- true,
-- },
-- 'encoding',
-- 'fileformat',
-- 'filetype',
-- },
-- },
-- },
-- }
icon = '',
},
},
},
},
}
}
}
}
}
}

View File

@@ -3,10 +3,10 @@ return {
opts = {
ui = {
icons = {
package_installed = "",
package_pending = "",
package_uninstalled = ""
}
}
package_installed = '',
package_pending = '',
package_uninstalled = '',
},
},
},
}

View File

@@ -1,10 +1,11 @@
return { {
return {
{
'Mofiqul/dracula.nvim',
lazy = false,
priority = 1000,
},
{ "ellisonleao/gruvbox.nvim", priority = 1000 , config = true },
{ "rebelot/kanagawa.nvim", priority = 1000 , config = true },
{ 'ellisonleao/gruvbox.nvim', priority = 1000, config = true },
{ 'rebelot/kanagawa.nvim', priority = 1000, config = true },
{
'f4z3r/gruvbox-material.nvim',
name = 'gruvbox-material',