mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 21:45:59 +01:00
flake: add rtp.nvim
This commit is contained in:
parent
e829a0964a
commit
f107cc45eb
2 changed files with 22 additions and 0 deletions
17
flake.lock
17
flake.lock
|
@ -1630,6 +1630,22 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"plugin-rtp-nvim": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1724409589,
|
||||
"narHash": "sha256-lmJbiD7I7MTEEpukESs67uAmLyn+p66hrUKLbEHp0Kw=",
|
||||
"owner": "nvim-neorocks",
|
||||
"repo": "rtp.nvim",
|
||||
"rev": "494ddfc888bb466555d90ace731856de1320fe45",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nvim-neorocks",
|
||||
"repo": "rtp.nvim",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"plugin-rustaceanvim": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
|
@ -2038,6 +2054,7 @@
|
|||
"plugin-project-nvim": "plugin-project-nvim",
|
||||
"plugin-registers": "plugin-registers",
|
||||
"plugin-rose-pine": "plugin-rose-pine",
|
||||
"plugin-rtp-nvim": "plugin-rtp-nvim",
|
||||
"plugin-rustaceanvim": "plugin-rustaceanvim",
|
||||
"plugin-scrollbar-nvim": "plugin-scrollbar-nvim",
|
||||
"plugin-smartcolumn": "plugin-smartcolumn",
|
||||
|
|
|
@ -124,6 +124,11 @@
|
|||
flake = false;
|
||||
};
|
||||
|
||||
plugin-rtp-nvim = {
|
||||
url = "github:nvim-neorocks/rtp.nvim";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
# LSP plugins
|
||||
plugin-nvim-lspconfig = {
|
||||
url = "github:neovim/nvim-lspconfig";
|
||||
|
|
Loading…
Reference in a new issue