add colorscheme
This commit is contained in:
parent
23c505c58a
commit
4afcfa7c33
4
init.lua
4
init.lua
|
@ -18,7 +18,8 @@ return {
|
||||||
},
|
},
|
||||||
|
|
||||||
-- Set colorscheme to use
|
-- Set colorscheme to use
|
||||||
colorscheme = "astrodark",
|
-- colorscheme = "astrodark",
|
||||||
|
colorscheme = "catppuccin-latte",
|
||||||
|
|
||||||
-- Diagnostics configuration (for vim.diagnostics.config({...})) when diagnostics are on
|
-- Diagnostics configuration (for vim.diagnostics.config({...})) when diagnostics are on
|
||||||
diagnostics = {
|
diagnostics = {
|
||||||
|
@ -81,5 +82,6 @@ return {
|
||||||
-- ["~/%.config/foo/.*"] = "fooscript",
|
-- ["~/%.config/foo/.*"] = "fooscript",
|
||||||
-- },
|
-- },
|
||||||
-- }
|
-- }
|
||||||
|
-- vim.lsp.set_log_level('debug')
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,6 +4,6 @@ return {
|
||||||
-- example of imporing a plugin, comment out to use it or add your own
|
-- example of imporing a plugin, comment out to use it or add your own
|
||||||
-- available plugins can be found at https://github.com/AstroNvim/astrocommunity
|
-- available plugins can be found at https://github.com/AstroNvim/astrocommunity
|
||||||
|
|
||||||
-- { import = "astrocommunity.colorscheme.catppuccin" },
|
{ import = "astrocommunity.colorscheme.catppuccin" },
|
||||||
-- { import = "astrocommunity.completion.copilot-lua-cmp" },
|
-- { import = "astrocommunity.completion.copilot-lua-cmp" },
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue