Compare commits

...

2 commits

Author SHA1 Message Date
d0484ac760 home: vim: lspconfig: remove 'rnix-lsp'
All checks were successful
ci/woodpecker/push/check Pipeline was successful
It's been abandoned, `nil` is a better language server nowadays.
2024-03-11 14:48:17 +00:00
5facb68444 home: xdg: add '_JAVA_OPTIONS' 2024-03-11 13:53:11 +00:00
2 changed files with 1 additions and 7 deletions

View file

@ -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({

View file

@ -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";
};
}