add caelid signing
This commit is contained in:
parent
5ff3b9d314
commit
82970a2464
10 changed files with 37 additions and 30 deletions
|
|
@ -27,13 +27,13 @@ return {
|
|||
splitkeep = "screen",
|
||||
},
|
||||
g = {
|
||||
icons_enabled = true,
|
||||
--icons_enabled = true,
|
||||
mapleader = " ",
|
||||
autoformat_enabled = true,
|
||||
--autoformat_enabled = true,
|
||||
cmp_enabled = true,
|
||||
autopairs_enabled = true,
|
||||
diagnostics_enabled = true,
|
||||
status_diagnostics_enabled = true,
|
||||
--diagnostics_enabled = true,
|
||||
--status_diagnostics_enabled = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -13,12 +13,11 @@ return {
|
|||
enabled = true,
|
||||
},
|
||||
timeout_ms = 1000, -- default format timeout
|
||||
|
||||
},
|
||||
servers = {
|
||||
"ruff",
|
||||
"lua_ls",
|
||||
"pyright",
|
||||
},
|
||||
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,6 +2,6 @@ return {
|
|||
"AstroNvim/astroui",
|
||||
---@type AstroUIOpts
|
||||
opts = {
|
||||
colorscheme = "catppuccin-mocha",
|
||||
colorscheme = "catppuccin",
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue