generated from LazyVim/starter
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from appelgriebsch/feature/lazyextra-extensions
use LazyExtra extension feature
- Loading branch information
Showing
24 changed files
with
450 additions
and
404 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,2 @@ | ||
-- bootstrap lazy.nvim, LazyVim and your plugins | ||
require("config.lazy")({ | ||
debug = false, | ||
defaults = { | ||
lazy = true, | ||
-- cond = false, | ||
}, | ||
nv = { | ||
colorscheme = "onelight", -- colorscheme setting for either onedark.nvim or github-theme | ||
codeium_support = false, -- enable codeium extension | ||
copilot_support = false, -- enable copilot extension | ||
coverage_support = true, -- enable coverage extension | ||
dap_support = true, -- enable dap extension | ||
lang = { | ||
clangd = false, -- enable clangd and cmake extension | ||
docker = true, -- enable docker extension | ||
elixir = false, -- enable elixir extension | ||
go = false, -- enable go extension | ||
java = false, -- enable java extension | ||
nodejs = true, -- enable nodejs bundle (typescript, css, html, json) | ||
omnisharp = false, -- enable omnisharp extension | ||
python = true, -- enable python extension | ||
ruby = false, -- enable ruby extension | ||
rust = true, -- enable rust extension | ||
terraform = false, -- enable terraform extension | ||
tex = false, -- enable tex extension | ||
yaml = true, -- enable yaml extension | ||
}, | ||
rest_support = true, -- enable rest.nvim extension | ||
test_support = true -- enable test extension | ||
}, | ||
performance = { | ||
cache = { | ||
enabled = true, | ||
}, | ||
}, | ||
}) | ||
require("config.lazy") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"extras": [ | ||
"lazyvim.plugins.extras.coding.yanky", | ||
"lazyvim.plugins.extras.dap.core", | ||
"lazyvim.plugins.extras.dap.nlua", | ||
"lazyvim.plugins.extras.editor.aerial", | ||
"lazyvim.plugins.extras.test.core", | ||
"lazyvim.plugins.extras.ui.edgy", | ||
"lazyvim.plugins.extras.ui.mini-animate", | ||
"lazyvim.plugins.extras.util.project", | ||
"plugins.extras.editor.bufdelete", | ||
"plugins.extras.editor.git-blame", | ||
"plugins.extras.editor.git-conflict", | ||
"plugins.extras.editor.scope", | ||
"plugins.extras.editor.tidy", | ||
"plugins.extras.editor.undo-mode", | ||
"plugins.extras.test.coverage", | ||
"plugins.extras.ui.onedarkpro-theme" | ||
], | ||
"news": { | ||
"NEWS.md": "2123" | ||
}, | ||
"version": 2 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.