1
0
Fork 0

add caelid signing

This commit is contained in:
cătălin 2024-09-03 08:56:37 +02:00
commit b44eadd5b9
No known key found for this signature in database
11 changed files with 53 additions and 30 deletions

View file

@ -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,
},
},
},

View file

@ -13,12 +13,11 @@ return {
enabled = true,
},
timeout_ms = 1000, -- default format timeout
},
servers = {
"ruff",
"lua_ls",
"pyright",
},
},
}

View file

@ -2,6 +2,6 @@ return {
"AstroNvim/astroui",
---@type AstroUIOpts
opts = {
colorscheme = "catppuccin-mocha",
colorscheme = "catppuccin",
},
}