Skip to content

Commit 9335280

Browse files
authored
Merge pull request #1217 from josh/push-pxurmsplpvzn
Update LazyVim
2 parents 828ab93 + e60a252 commit 9335280

File tree

4 files changed

+31
-5
lines changed

4 files changed

+31
-5
lines changed

AGENTS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,10 @@ These flags will give you the most verbose output for debugging. When running in
2929
## Formatting
3030

3131
`nix flake check` will also check if source files are formatted correctly. If there is a formatting issue, run `nix fmt` to fix it.
32+
33+
## Update LazyVim plugins
34+
35+
```
36+
$ nix flake update --flake ./plugins/flake.nix LazyVim
37+
$ nix run .#LazyVimPlugins.updateScript
38+
```

plugins/LazyVim.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@
179179
"lazyvim.plugins.extras.lang.clojure": {
180180
"baleia.nvim": "m00qek/baleia.nvim",
181181
"conjure": "Olical/conjure",
182-
"nvim-treesitter": "nvim-treesitter/nvim-treesitter",
183-
"nvim-treesitter-sexp": "PaterJason/nvim-treesitter-sexp"
182+
"nvim-paredit": "julienvincent/nvim-paredit",
183+
"nvim-treesitter": "nvim-treesitter/nvim-treesitter"
184184
},
185185
"lazyvim.plugins.extras.lang.cmake": {
186186
"cmake-tools.nvim": "Civitasv/cmake-tools.nvim",

plugins/flake.lock

Lines changed: 20 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/flake.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@
158158
"nvim-navic".url = "github:SmiteshP/nvim-navic/master";
159159
"nvim-nio".flake = false;
160160
"nvim-nio".url = "github:nvim-neotest/nvim-nio/master";
161+
"nvim-paredit".flake = false;
162+
"nvim-paredit".url = "github:julienvincent/nvim-paredit";
161163
"nvim-snippets".flake = false;
162164
"nvim-snippets".url = "github:garymjr/nvim-snippets/main";
163165
"nvim-treesitter".flake = false;

0 commit comments

Comments
 (0)