Compare commits
No commits in common. "df02dac1da458eea8edc86efce8c45c41c0868ef" and "3110e12437edc29e60d8cc692201c3e307677359" have entirely different histories.
df02dac1da
...
3110e12437
1 changed files with 4 additions and 8 deletions
|
@ -30,8 +30,8 @@ return {
|
||||||
{ import = "astrocommunity.editing-support.rainbow-delimiters-nvim" },
|
{ import = "astrocommunity.editing-support.rainbow-delimiters-nvim" },
|
||||||
{ import = "astrocommunity.editing-support.auto-save-nvim" },
|
{ import = "astrocommunity.editing-support.auto-save-nvim" },
|
||||||
{ import = "astrocommunity.editing-support.refactoring-nvim" },
|
{ import = "astrocommunity.editing-support.refactoring-nvim" },
|
||||||
-- { import = "astrocommunity.editing-support.vim-doge" }, -- docs generator
|
{ import = "astrocommunity.editing-support.vim-doge" }, -- docs generator
|
||||||
-- { import = "astrocommunity.editing-support.nvim-origami" }, -- fold key bindings
|
{ 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/
|
-- { 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
|
-- file-explorer
|
||||||
|
@ -69,13 +69,9 @@ return {
|
||||||
configuration = {
|
configuration = {
|
||||||
runtimes = {
|
runtimes = {
|
||||||
{
|
{
|
||||||
name = "Java-17",
|
name = "Java-8",
|
||||||
path = "/home/pcampbell/.local/share/mise/installs/java/corretto-17/",
|
path = "/home/pcampbell/.local/share/mise/installs/java/adoptopenjdk-8.0.392+8/",
|
||||||
},
|
},
|
||||||
-- {
|
|
||||||
-- name = "Java-8",
|
|
||||||
-- path = "/home/pcampbell/.local/share/mise/installs/java/adoptopenjdk-8.0.392+8/",
|
|
||||||
-- },
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue