Long time since last commit

This commit is contained in:
angryluck 2024-09-11 14:04:34 +02:00
parent dd94586255
commit 3e9363b016
8 changed files with 149 additions and 103 deletions

View file

@ -135,19 +135,20 @@ return { -- LSP Configuration & Plugins
},
},
},
ltex = {
filetypes = { "tex" },
settings = {
dictionary = {
["en-US"] = { "homotopy" },
},
},
},
-- ltex = {
-- filetypes = { "tex" },
-- settings = {
-- dictionary = {
-- ["en-US"] = { "homotopy" },
-- },
-- },
-- },
hls = {
filetypes = { "haskell", "lhaskell", "cabal" },
haskell = {
cabalFormattingProvider = "cabalfmt",
formattingProvider = "fourmolu",
-- formattingProvider = "ormolu",
},
single_file_suppport = true,
},