Compare commits
2 commits
7e77d89602
...
d0484ac760
| Author | SHA1 | Date | |
|---|---|---|---|
| d0484ac760 | |||
| 5facb68444 |
2 changed files with 1 additions and 7 deletions
|
|
@ -45,13 +45,6 @@ if utils.is_executable("nil") then
|
|||
})
|
||||
end
|
||||
|
||||
if utils.is_executable("rnix-lsp") then
|
||||
lspconfig.rnix.setup({
|
||||
capabilities = capabilities,
|
||||
on_attach = lsp.on_attach,
|
||||
})
|
||||
end
|
||||
|
||||
-- Python
|
||||
if utils.is_executable("pyright") then
|
||||
lspconfig.pyright.setup({
|
||||
|
|
|
|||
|
|
@ -55,5 +55,6 @@ in
|
|||
REDISCLI_HISTFILE = "${dataHome}/redis/rediscli_history";
|
||||
REPO_CONFIG_DIR = "${configHome}/repo";
|
||||
XCOMPOSECACHE = "${dataHome}/X11/xcompose";
|
||||
_JAVA_OPTIONS = "-Djava.util.prefs.userRoot=${configHome}/java";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue