theme: set the adwaita colorscheme
- Sets the Adwaita colorscheme, also for lualine. - Remove the marksman parser. Co-Authored-by: iGor milhit <igor@milhit.ch>main
parent
112a214e11
commit
df27a91f63
35
init.lua
35
init.lua
|
@ -107,28 +107,13 @@ require('lazy').setup({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
-- {
|
-- Adwaita colorscheme
|
||||||
-- -- 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,
|
|
||||||
-- },
|
|
||||||
|
|
||||||
{
|
{
|
||||||
-- "Mofiqul/adwaita.nvim",
|
"Mofiqul/adwaita.nvim",
|
||||||
"shaunsingh/nord.nvim",
|
|
||||||
lazy = false,
|
lazy = false,
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
config = function()
|
config = function()
|
||||||
vim.cmd('colorscheme nord')
|
vim.cmd('colorscheme adwaita')
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -139,7 +124,7 @@ require('lazy').setup({
|
||||||
opts = {
|
opts = {
|
||||||
options = {
|
options = {
|
||||||
icons_enabled = true,
|
icons_enabled = true,
|
||||||
theme = 'nord',
|
theme = 'adwaita',
|
||||||
component_separators = '|',
|
component_separators = '|',
|
||||||
section_separators = '',
|
section_separators = '',
|
||||||
},
|
},
|
||||||
|
@ -487,12 +472,12 @@ local servers = {
|
||||||
-- rust_analyzer = {},
|
-- rust_analyzer = {},
|
||||||
-- tsserver = {},
|
-- tsserver = {},
|
||||||
|
|
||||||
marksman = {
|
-- marksman = {
|
||||||
ft = {
|
-- ft = {
|
||||||
'markdown',
|
-- 'markdown',
|
||||||
'pandoc'
|
-- 'pandoc'
|
||||||
}
|
-- }
|
||||||
},
|
-- },
|
||||||
|
|
||||||
lua_ls = {
|
lua_ls = {
|
||||||
Lua = {
|
Lua = {
|
||||||
|
|
Loading…
Reference in New Issue