mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
mod(nvim): regress back to simple indentline style
This commit is contained in:
parent
7a0a6b639a
commit
18efd00905
3 changed files with 11 additions and 34 deletions
|
|
@ -236,7 +236,7 @@ vim.g.haskell_tools = {
|
|||
end,
|
||||
default_settings = {
|
||||
haskell = {
|
||||
formattingProvider = "fourmolu"
|
||||
formattingProvider = "fourmolu",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -274,13 +274,13 @@ require "lspconfig".tsserver.setup {
|
|||
capabilities = capabilities,
|
||||
}
|
||||
|
||||
-- Typst
|
||||
require "lspconfig".typst_lsp.setup {
|
||||
on_attach = on_attach,
|
||||
capabilities = capabilities,
|
||||
settings = {
|
||||
exportPdf = "onType"
|
||||
}
|
||||
}
|
||||
-- -- Typst
|
||||
-- require "lspconfig".typst_lsp.setup {
|
||||
-- on_attach = on_attach,
|
||||
-- capabilities = capabilities,
|
||||
-- settings = {
|
||||
-- exportPdf = "onType"
|
||||
-- }
|
||||
-- }
|
||||
|
||||
vim.filetype.add({ extension = { typ = "typst" } })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue