13012024
This commit is contained in:
parent
6f5d93c0a7
commit
4daab6cb73
4 changed files with 4 additions and 5 deletions
|
@ -14,7 +14,7 @@ shape = "Block"
|
||||||
TERM = "xterm-256color"
|
TERM = "xterm-256color"
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
size = 10.5
|
size = 10
|
||||||
|
|
||||||
[font.bold]
|
[font.bold]
|
||||||
family = "JetBrainsMono NF"
|
family = "JetBrainsMono NF"
|
||||||
|
|
|
@ -9,6 +9,6 @@ bindings = [
|
||||||
{key = "R", mods = "Alt", chars = "\u0001\u0012" },
|
{key = "R", mods = "Alt", chars = "\u0001\u0012" },
|
||||||
{key = "S", mods = "Alt", chars = "\u0001\u0013" },
|
{key = "S", mods = "Alt", chars = "\u0001\u0013" },
|
||||||
# default bindings
|
# default bindings
|
||||||
{key = "V", mods = "Control", action = "Paste"},
|
# {key = "V", mods = "Control", action = "Paste"},
|
||||||
{key = "C", mods = "Control", action = "Copy"}
|
# {key = "C", mods = "Control", action = "Copy"}
|
||||||
]
|
]
|
||||||
|
|
|
@ -4,7 +4,7 @@ return {
|
||||||
icon = "", --'▎',
|
icon = "", --'▎',
|
||||||
formatters_by_ft = {
|
formatters_by_ft = {
|
||||||
lua = { "stylua" },
|
lua = { "stylua" },
|
||||||
python = { "ruff_format", "ruff_fix" },
|
python = { "ruff_format", "ruff_fix", "isort" },
|
||||||
javascript = { "biome" },
|
javascript = { "biome" },
|
||||||
typescript = { "biome" },
|
typescript = { "biome" },
|
||||||
javascriptreact = { "biome" },
|
javascriptreact = { "biome" },
|
||||||
|
|
|
@ -89,7 +89,6 @@ local config = function()
|
||||||
"lua_ls",
|
"lua_ls",
|
||||||
"jsonls",
|
"jsonls",
|
||||||
"clangd",
|
"clangd",
|
||||||
"ruff_lsp",
|
|
||||||
"biome", -- will install for formatting only
|
"biome", -- will install for formatting only
|
||||||
},
|
},
|
||||||
automatic_installation = true,
|
automatic_installation = true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue