feat: light and beautiful neovim config (only 0.12 support for now)

This commit is contained in:
2026-02-10 22:32:51 +01:00
parent 593895c78b
commit 8e24232973
58 changed files with 155 additions and 405 deletions

View File

@@ -0,0 +1,40 @@
{
"plugins": {
"cmp-nvim-lsp": {
"rev": "cbc7b02bb99fae35cb42f514762b89b5126651ef",
"src": "https://github.com/hrsh7th/cmp-nvim-lsp"
},
"nvim-autopairs": {
"rev": "59bce2eef357189c3305e25bc6dd2d138c1683f5",
"src": "https://github.com/windwp/nvim-autopairs"
},
"nvim-cmp": {
"rev": "da88697d7f45d16852c6b2769dc52387d1ddc45f",
"src": "https://github.com/hrsh7th/nvim-cmp"
},
"nvim-lspconfig": {
"rev": "66fd02ad1c7ea31616d3ca678fa04e6d0b360824",
"src": "https://github.com/neovim/nvim-lspconfig"
},
"nvim-treesitter": {
"rev": "45a07f869b0cffba342276f2c77ba7c116d35db8",
"src": "https://github.com/nvim-treesitter/nvim-treesitter"
},
"plenary.nvim": {
"rev": "b9fd5226c2f76c951fc8ed5923d85e4de065e509",
"src": "https://github.com/nvim-lua/plenary.nvim"
},
"telescope-fzf-native.nvim": {
"rev": "6fea601bd2b694c6f2ae08a6c6fab14930c60e2c",
"src": "https://github.com/nvim-telescope/telescope-fzf-native.nvim"
},
"telescope.nvim": {
"rev": "ad7d9580338354ccc136e5b8f0aa4f880434dcdc",
"src": "https://github.com/nvim-telescope/telescope.nvim"
},
"vague.nvim": {
"rev": "c1ab4d4891ff3a27deba6a80222d895ac8ffb2e5",
"src": "https://github.com/vague-theme/vague.nvim"
}
}
}