1
Fork 0

Integrated nixos-hardware, more ricing, and much more

This commit is contained in:
Matei Adriel 2023-08-17 10:31:46 +03:00
parent 16752e40d5
commit d0073fbee4
No known key found for this signature in database
37 changed files with 248 additions and 87 deletions
dotfiles/neovim/lua/my/plugins

View file

@ -119,9 +119,11 @@ local servers = {
-- }}}
-- {{{ Haskell
hls = {
haskell = {
-- set formatter
formattingProvider = "ormolu",
settings = {
haskell = {
-- set formatter
formattingProvider = "fourmolu",
},
},
},
-- }}}
@ -226,7 +228,7 @@ function lspconfig.config()
require("lspconfig")[lsp].setup({
on_attach = details.on_attach,
settings = details.settings, -- Specific per-language settings
settings = details.settings, -- Specific per-language settings
flags = {
debounce_text_changes = 150, -- This will be the default in neovim 0.7+
},