chore: Add window swallowing for kitty

This commit is contained in:
Fabio Lenherr / DashieTM 2023-05-02 10:13:41 +02:00
parent b878ea51cd
commit 32d2cd47b4
6 changed files with 66 additions and 5 deletions

View file

@ -4,8 +4,8 @@ return {
lazy = true,
event = { "BufReadPre", "BufNewFile" },
dependencies = {
{ "folke/neoconf.nvim", cmd = "Neoconf", config = true },
{ "folke/neodev.nvim", opts = { experimental = { pathStrict = true } } },
{ "folke/neoconf.nvim", cmd = "Neoconf", config = true },
{ "folke/neodev.nvim", opts = { experimental = { pathStrict = true } } },
"mason.nvim",
"williamboman/mason-lspconfig.nvim",
"lvimuser/lsp-inlayhints.nvim",
@ -82,12 +82,25 @@ return {
},
},
},
typst_lsp = {},
ltex = {
settings = {
ltex = {
checkFrequency = "save",
},
},
filetypes = {
"bib",
"gitcommit",
"markdown",
"org",
"plaintex",
"rst",
"rnoweb",
"tex",
"pandoc",
"typst",
},
},
texlab = {},
gopls = {