Integrated nixos-hardware, more ricing, and much more
This commit is contained in:
parent
16752e40d5
commit
d0073fbee4
37 changed files with 248 additions and 87 deletions
dotfiles/neovim/lua/my/plugins
|
@ -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+
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue