Compare commits
2 commits
3110e12437
...
df02dac1da
Author | SHA1 | Date | |
---|---|---|---|
df02dac1da | |||
c9b50c4334 |
1 changed files with 8 additions and 4 deletions
|
@ -30,8 +30,8 @@ return {
|
|||
{ import = "astrocommunity.editing-support.rainbow-delimiters-nvim" },
|
||||
{ import = "astrocommunity.editing-support.auto-save-nvim" },
|
||||
{ import = "astrocommunity.editing-support.refactoring-nvim" },
|
||||
{ import = "astrocommunity.editing-support.vim-doge" }, -- docs generator
|
||||
{ import = "astrocommunity.editing-support.nvim-origami" }, -- fold key bindings
|
||||
-- { import = "astrocommunity.editing-support.vim-doge" }, -- docs generator
|
||||
-- { import = "astrocommunity.editing-support.nvim-origami" }, -- fold key bindings
|
||||
-- { import = "astrocommunity.editing-support.wildfire-nvim" }, -- Vim:E523: Not allowed here broken @1729fac - Aug 21, 2023 - https://github.com/SUSTech-data/wildfire.nvim/commits/master/
|
||||
|
||||
-- file-explorer
|
||||
|
@ -69,9 +69,13 @@ return {
|
|||
configuration = {
|
||||
runtimes = {
|
||||
{
|
||||
name = "Java-8",
|
||||
path = "/home/pcampbell/.local/share/mise/installs/java/adoptopenjdk-8.0.392+8/",
|
||||
name = "Java-17",
|
||||
path = "/home/pcampbell/.local/share/mise/installs/java/corretto-17/",
|
||||
},
|
||||
-- {
|
||||
-- name = "Java-8",
|
||||
-- path = "/home/pcampbell/.local/share/mise/installs/java/adoptopenjdk-8.0.392+8/",
|
||||
-- },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue