1
Fork 0

feat: custom vim syntax for my project, printer drivers, etc

This commit is contained in:
Matei Adriel 2022-04-21 14:09:11 +03:00
parent de269054c2
commit b7d4d80c1b
11 changed files with 73 additions and 6 deletions
dotfiles/neovim/lua/my/plugins

View file

@ -89,7 +89,13 @@ local servers = {
}
}
},
rnix = {}
rnix = {},
hls = {
haskell = {
-- set formatter
formattingProvider = "ormolu"
}
}
-- agda = {}, Haven't gotten this one to work yet
}