add caelid signing
This commit is contained in:
parent
5ff3b9d314
commit
82970a2464
10 changed files with 37 additions and 30 deletions
|
|
@ -1,32 +1,32 @@
|
|||
return {
|
||||
"AstroNvim/astrocommunity",
|
||||
{ import = "astrocommunity.colorscheme.catppuccin"},
|
||||
{ import = "astrocommunity.colorscheme.catppuccin" },
|
||||
{ import = "astrocommunity.bars-and-lines.smartcolumn-nvim" },
|
||||
{ import = "astrocommunity.editing-support.auto-save-nvim" },
|
||||
{ import = "astrocommunity.editing-support.nvim-devdocs" },
|
||||
{ import = "astrocommunity.diagnostics.lsp_lines-nvim" },
|
||||
{ import = "astrocommunity.quickfix.nvim-bqf" },
|
||||
{ import = "astrocommunity.code-runner.compiler-nvim" },
|
||||
{ import = "astrocommunity.bars-and-lines.vim-illuminate" },
|
||||
{ import = "astrocommunity.bars-and-lines.lualine-nvim" },
|
||||
--{ import = "astrocommunity.editing-support.auto-save-nvim" },
|
||||
--{ import = "astrocommunity.editing-support.nvim-devdocs" },
|
||||
--{ import = "astrocommunity.diagnostics.lsp_lines-nvim" },
|
||||
--{ import = "astrocommunity.quickfix.nvim-bqf" },
|
||||
--{ import = "astrocommunity.code-runner.compiler-nvim" },
|
||||
--{ import = "astrocommunity.bars-and-lines.vim-illuminate" },
|
||||
--{ import = "astrocommunity.bars-and-lines.lualine-nvim" },
|
||||
{ import = "astrocommunity.git.blame-nvim" },
|
||||
{ import = "astrocommunity.indent.indent-blankline-nvim" },
|
||||
{ import = "astrocommunity.indent.mini-indentscope" },
|
||||
{ import = "astrocommunity.lsp.lsp-signature-nvim" },
|
||||
--{ import = "astrocommunity.indent.indent-blankline-nvim" },
|
||||
--{ import = "astrocommunity.indent.mini-indentscope" },
|
||||
--{ import = "astrocommunity.lsp.lsp-signature-nvim" },
|
||||
{ import = "astrocommunity.markdown-and-latex.glow-nvim" },
|
||||
{ import = "astrocommunity.pack.ansible" },
|
||||
--{ import = "astrocommunity.pack.ansible" },
|
||||
{ import = "astrocommunity.pack.bash" },
|
||||
{ import = "astrocommunity.pack.docker" },
|
||||
{ import = "astrocommunity.pack.go" },
|
||||
{ import = "astrocommunity.pack.html-css" },
|
||||
{ import = "astrocommunity.pack.json" },
|
||||
--{ import = "astrocommunity.pack.html-css" },
|
||||
--{ import = "astrocommunity.pack.json" },
|
||||
{ import = "astrocommunity.pack.lua" },
|
||||
{ import = "astrocommunity.pack.markdown" },
|
||||
{ import = "astrocommunity.pack.python-ruff" },
|
||||
{ import = "astrocommunity.pack.terraform" },
|
||||
{ import = "astrocommunity.pack.toml" },
|
||||
{ import = "astrocommunity.pack.yaml" },
|
||||
{ import = "astrocommunity.scrolling.cinnamon-nvim" },
|
||||
{ import = "astrocommunity.split-and-window.minimap-vim" },
|
||||
--{ import = "astrocommunity.scrolling.cinnamon-nvim" },
|
||||
--{ import = "astrocommunity.split-and-window.minimap-vim" },
|
||||
{ import = "astrocommunity.workflow.hardtime-nvim" },
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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