feat: custom vim syntax for my project, printer drivers, etc
This commit is contained in:
parent
de269054c2
commit
b7d4d80c1b
11 changed files with 73 additions and 6 deletions
dotfiles/neovim/lua/my/plugins
|
@ -89,7 +89,13 @@ local servers = {
|
|||
}
|
||||
}
|
||||
},
|
||||
rnix = {}
|
||||
rnix = {},
|
||||
hls = {
|
||||
haskell = {
|
||||
-- set formatter
|
||||
formattingProvider = "ormolu"
|
||||
}
|
||||
}
|
||||
-- agda = {}, Haven't gotten this one to work yet
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue