mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
;(
This commit is contained in:
parent
b984a37839
commit
f4c63a494a
2 changed files with 4 additions and 29 deletions
|
|
@ -79,12 +79,6 @@ cmp.setup({
|
||||||
-- other configurations...
|
-- other configurations...
|
||||||
})
|
})
|
||||||
|
|
||||||
require("lualine").setup({
|
|
||||||
options = {
|
|
||||||
theme = "onedark",
|
|
||||||
},
|
|
||||||
})
|
|
||||||
|
|
||||||
cmp.setup({
|
cmp.setup({
|
||||||
enabled = function()
|
enabled = function()
|
||||||
-- disable completion in comments
|
-- disable completion in comments
|
||||||
|
|
|
||||||
|
|
@ -1,34 +1,15 @@
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"projekt0n/github-nvim-theme",
|
"olimorris/onedarkpro.nvim",
|
||||||
lazy = false,
|
lazy = false,
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
config = function()
|
config = function()
|
||||||
require("github-theme").setup({
|
require("onedarkpro").setup({
|
||||||
options = {
|
options = {
|
||||||
transparent = true,
|
transparency = true,
|
||||||
},
|
|
||||||
styles = { -- Style to be applied to different syntax groups
|
|
||||||
comments = "NONE", -- Value is any valid attr-list value `:help attr-list`
|
|
||||||
functions = "italic",
|
|
||||||
keywords = "bold",
|
|
||||||
variables = "NONE",
|
|
||||||
conditionals = "NONE",
|
|
||||||
constants = "NONE",
|
|
||||||
numbers = "NONE",
|
|
||||||
operators = "NONE",
|
|
||||||
strings = "NONE",
|
|
||||||
types = "NONE",
|
|
||||||
},
|
|
||||||
darken = { -- Darken floating windows and sidebar-like windows
|
|
||||||
floats = true,
|
|
||||||
sidebars = {
|
|
||||||
enable = true,
|
|
||||||
list = {}, -- Apply dark background to specific windows
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
vim.cmd("colorscheme github_dark")
|
vim.cmd("colorscheme onedark_dark")
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue