- Add init.lua entry point - Add lua/ modules: options, keymaps, autocmds, usercmds, pack, treesitter, lsp - Add .gitignore - Add nvim-pack-lock.json for plugin version locking Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
29 lines
890 B
JSON
29 lines
890 B
JSON
{
|
|
"plugins": {
|
|
"friendly-snippets": {
|
|
"rev": "6cd7280adead7f586db6fccbd15d2cac7e2188b9",
|
|
"src": "https://github.com/rafamadriz/friendly-snippets"
|
|
},
|
|
"mason.nvim": {
|
|
"rev": "bb639d4bf385a4d89f478b83af4d770be05ab7eb",
|
|
"src": "https://github.com/mason-org/mason.nvim"
|
|
},
|
|
"mini.nvim": {
|
|
"rev": "44657837c7338e52727facc85c1d95bec1f6bd7c",
|
|
"src": "https://github.com/nvim-mini/mini.nvim"
|
|
},
|
|
"nvim-lspconfig": {
|
|
"rev": "6f76a3eeadc2ee235d74cd7d5319e95a261084af",
|
|
"src": "https://github.com/neovim/nvim-lspconfig"
|
|
},
|
|
"nvim-treesitter": {
|
|
"rev": "4916d6592ede8c07973490d9322f187e07dfefac",
|
|
"src": "https://github.com/nvim-treesitter/nvim-treesitter"
|
|
},
|
|
"vim-fugitive": {
|
|
"rev": "3b753cf8c6a4dcde6edee8827d464ba9b8c4a6f0",
|
|
"src": "https://github.com/tpope/vim-fugitive"
|
|
}
|
|
}
|
|
}
|