mirror of
https://github.com/isabelroses/nvim.git
synced 2025-04-09 13:29:34 +00:00
chore: update lock
This commit is contained in:
parent
495d078df1
commit
2d968ce3b4
3 changed files with 7 additions and 15 deletions
12
flake.lock
generated
12
flake.lock
generated
|
@ -184,11 +184,11 @@
|
|||
},
|
||||
"locked": {
|
||||
"dir": "contrib",
|
||||
"lastModified": 1712273065,
|
||||
"narHash": "sha256-gN4v1Gd0teluIokBHoj9M5ilGu7VFwMrRo3LN8GhAhQ=",
|
||||
"lastModified": 1712445032,
|
||||
"narHash": "sha256-pgfLqs3eEVm6FjAi/6jzUpRYl23C8qnbg4mmihAd7C4=",
|
||||
"owner": "neovim",
|
||||
"repo": "neovim",
|
||||
"rev": "dc69c475a5804c6c01987722f4cf6298d4e33e64",
|
||||
"rev": "98d687a4e18161663480aa1d5ee9aff5fdf5fb57",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -213,11 +213,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1712275479,
|
||||
"narHash": "sha256-qFFO9qzQG4YhUtJu9CRmPcd2QroaRw2mimxasbkQqd0=",
|
||||
"lastModified": 1712448347,
|
||||
"narHash": "sha256-J3YPoZdyttGERtpmOqPifiJ+cGOHY4/ojBpqErfcuO4=",
|
||||
"owner": "nix-community",
|
||||
"repo": "neovim-nightly-overlay",
|
||||
"rev": "fa5d197b569eabfb0742e32b751269a5aa08c389",
|
||||
"rev": "ba167d4057f796b93a72c081fe8657327b3775b8",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -34,10 +34,6 @@ src.git = "https://github.com/hrsh7th/cmp-path"
|
|||
fetch.github = "saadparwaiz1/cmp_luasnip"
|
||||
src.git = "https://github.com/saadparwaiz1/cmp_luasnip"
|
||||
|
||||
[comment]
|
||||
fetch.github = "numtostr/comment.nvim"
|
||||
src.git = "https://github.com/numtostr/comment.nvim"
|
||||
|
||||
[copilot-lua]
|
||||
fetch.github = "zbirenbaum/copilot.lua"
|
||||
src.git = "https://github.com/zbirenbaum/copilot.lua"
|
||||
|
@ -196,10 +192,6 @@ src.git = "https://github.com/nvim-telescope/telescope-ui-select.nvim"
|
|||
fetch.github = "folke/todo-comments.nvim"
|
||||
src.git = "https://github.com/folke/todo-comments.nvim"
|
||||
|
||||
[toggleterm]
|
||||
fetch.github = "akinsho/toggleterm.nvim"
|
||||
src.git = "https://github.com/akinsho/toggleterm.nvim"
|
||||
|
||||
[trouble]
|
||||
fetch.github = "folke/trouble.nvim"
|
||||
src.git = "https://github.com/folke/trouble.nvim"
|
||||
|
|
|
@ -10,7 +10,7 @@ return function()
|
|||
path = "~/documents/obsidian",
|
||||
},
|
||||
{
|
||||
name = "default",
|
||||
name = "cssuffering",
|
||||
path = "~/dev/cssuffering/notes",
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue