theme: set the adwaita colorscheme

- Sets the Adwaita colorscheme, also for lualine.
- Remove the marksman parser.

Co-Authored-by: iGor milhit <igor@milhit.ch>
kickstart
iGor milhit 2024-04-27 15:20:59 +02:00
parent ece93842f9
commit 59292d78f1
Signed by: igor
GPG Key ID: 692D97C3D0228A99
1 changed files with 10 additions and 25 deletions

View File

@ -107,28 +107,13 @@ require('lazy').setup({
},
},
-- {
-- -- Nordic Theme
-- 'andersevenrud/nordic.nvim',
-- priority = 1000,
-- config = function()
-- require('nordic').colorscheme({
-- underline_option = 'none',
-- italic = true,
-- italic_comments = false,
-- minimal_mode = false,
-- alternate_backgrounds = false
-- })
-- end,
-- },
-- Adwaita colorscheme
{
-- "Mofiqul/adwaita.nvim",
"shaunsingh/nord.nvim",
"Mofiqul/adwaita.nvim",
lazy = false,
priority = 1000,
config = function()
vim.cmd('colorscheme nord')
vim.cmd('colorscheme adwaita')
end
},
@ -139,7 +124,7 @@ require('lazy').setup({
opts = {
options = {
icons_enabled = true,
theme = 'nord',
theme = 'adwaita',
component_separators = '|',
section_separators = '',
},
@ -487,12 +472,12 @@ local servers = {
-- rust_analyzer = {},
-- tsserver = {},
marksman = {
ft = {
'markdown',
'pandoc'
}
},
-- marksman = {
-- ft = {
-- 'markdown',
-- 'pandoc'
-- }
-- },
lua_ls = {
Lua = {