diff options
| author | Max Bossing <info@maxbossing.de> | 2025-08-12 15:47:14 +0200 | 
|---|---|---|
| committer | Max Bossing <info@maxbossing.de> | 2025-08-12 15:47:14 +0200 | 
| commit | 991c272423d8fa41c9dd21169ce0c3e9979f1c64 (patch) | |
| tree | b4343fb3035989a6bfcafcb02e7db91e91a39785 /nvim/lazyvim.json | |
| parent | 7c8d9ae3b0b5e843ffe10fad81e776806c0c5a8b (diff) | |
feat: finally a usable neovim config (switched to LazyVim)
Diffstat (limited to 'nvim/lazyvim.json')
| -rw-r--r-- | nvim/lazyvim.json | 19 | 
1 files changed, 19 insertions, 0 deletions
| diff --git a/nvim/lazyvim.json b/nvim/lazyvim.json new file mode 100644 index 0000000..f0199cb --- /dev/null +++ b/nvim/lazyvim.json @@ -0,0 +1,19 @@ +{ +  "extras": [ +    "lazyvim.plugins.extras.coding.mini-comment", +    "lazyvim.plugins.extras.coding.mini-surround", +    "lazyvim.plugins.extras.editor.fzf", +    "lazyvim.plugins.extras.lang.git", +    "lazyvim.plugins.extras.lang.markdown", +    "lazyvim.plugins.extras.lang.python", +    "lazyvim.plugins.extras.lang.rust", +    "lazyvim.plugins.extras.lang.toml", +    "lazyvim.plugins.extras.test.core", +    "lazyvim.plugins.extras.util.startuptime" +  ], +  "install_version": 8, +  "news": { +    "NEWS.md": "10960" +  }, +  "version": 8 +}
\ No newline at end of file | 
