From df27a91f63a6ac316abfdfe410da85f2d87dd924 Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Sat, 27 Apr 2024 15:20:59 +0200 Subject: [PATCH] theme: set the adwaita colorscheme - Sets the Adwaita colorscheme, also for lualine. - Remove the marksman parser. Co-Authored-by: iGor milhit --- init.lua | 35 ++++++++++------------------------- 1 file changed, 10 insertions(+), 25 deletions(-) diff --git a/init.lua b/init.lua index 77df7cb..0f7a4f8 100644 --- a/init.lua +++ b/init.lua @@ -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 = {