add readme

This commit is contained in:
finn 2024-09-03 12:24:35 -07:00
parent 9ca2b3d1c9
commit a72ff6cf83
3 changed files with 10 additions and 3 deletions

8
README.md Normal file
View File

@ -0,0 +1,8 @@
## Personal nvim config
### Dependencies
- ripgrep (for telescope live grep)
- gcc
- curl (avante)
- ollama

View File

@ -36,7 +36,6 @@
"nvim-treesitter": { "branch": "master", "commit": "a1573a9135c608e68cb383f752623527be84bdce" },
"nvim-treesitter-textobjects": { "branch": "master", "commit": "3a3c6244553f13fdd92d312c82722b57ce6c4bec" },
"nvim-ts-autotag": { "branch": "main", "commit": "e239a560f338be31337e7abc3ee42515daf23f5e" },
"nvim-web-devicons": { "branch": "master", "commit": "3722e3d1fb5fe1896a104eb489e8f8651260b520" },
"persistence.nvim": { "branch": "main", "commit": "f6aad7dde7fcf54148ccfc5f622c6d5badd0cc3d" },
"plenary.nvim": { "branch": "master", "commit": "ec289423a1693aeae6cd0d503bac2856af74edaa" },
"render-markdown.nvim": { "branch": "main", "commit": "2f9d4f0be8784ed4fef5960eb7b80bf60c5fdf56" },

View File

@ -115,8 +115,8 @@ return {
"nvim-lua/plenary.nvim",
"MunifTanjim/nui.nvim",
--- The below dependencies are optional,
"nvim-tree/nvim-web-devicons", -- or echasnovski/mini.icons
--"echasnovski/mini.icons",
--"nvim-tree/nvim-web-devicons", -- or echasnovski/mini.icons
"echasnovski/mini.icons",
{
-- support for image pasting
"HakonHarnes/img-clip.nvim",