Long time since last commit
This commit is contained in:
parent
dd94586255
commit
3e9363b016
8 changed files with 149 additions and 103 deletions
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue