bump inputs
This commit is contained in:
parent
025fbf87a7
commit
340017ed29
6 changed files with 156 additions and 119 deletions
|
@ -9,19 +9,20 @@
|
|||
enable = true;
|
||||
};
|
||||
# Clojure
|
||||
clojure-lsp = {
|
||||
clojure_lsp = {
|
||||
enable = true;
|
||||
};
|
||||
# Haskell
|
||||
hls = {
|
||||
enable = true;
|
||||
installGhc = true;
|
||||
};
|
||||
# Lua
|
||||
lua-ls = {
|
||||
lua_ls = {
|
||||
enable = true;
|
||||
};
|
||||
# Nix
|
||||
nil-ls = {
|
||||
nil_ls = {
|
||||
enable = true;
|
||||
};
|
||||
# YAML
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue