chore(nvim): added a few things to config
This commit is contained in:
parent
dfad8fb88d
commit
91728df4b9
4 changed files with 40 additions and 9 deletions
|
@ -111,7 +111,10 @@ return {
|
|||
end,
|
||||
settings = {
|
||||
ltex = {
|
||||
language = "pt-PT",
|
||||
language = "en-GB",
|
||||
},
|
||||
additionalRules = {
|
||||
enablePickyRules = true,
|
||||
},
|
||||
},
|
||||
})
|
||||
|
@ -190,8 +193,17 @@ return {
|
|||
capabilities = capabilities,
|
||||
filetypes = { 'haskell', 'lhaskell', 'cabal' },
|
||||
})
|
||||
|
||||
lspconfig["sourcekit"].setup({
|
||||
capabilities = capabilities,
|
||||
})
|
||||
end,
|
||||
},
|
||||
{
|
||||
'mrcjkb/rustaceanvim',
|
||||
version = '^4', -- Recommended
|
||||
lazy = false, -- This plugin is already lazy
|
||||
},
|
||||
{
|
||||
"stevearc/conform.nvim",
|
||||
event = "VeryLazy",
|
||||
|
@ -202,6 +214,7 @@ return {
|
|||
haskell = { "fourmolu" },
|
||||
javascript = { "prettierd" },
|
||||
markdown = { "mdformat" },
|
||||
rust = { "rustfmt" },
|
||||
go = { "gofmt" },
|
||||
json = { "jq" }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue