neovim configuration using rocks.nvim plugin manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: update rocks.toml

+48 -46
+48 -46
rocks.toml
··· 14 14 # List of Neovim plugins to install alongside their versions. 15 15 # If the plugin name contains a dot then you must add quotes to the key name! 16 16 [plugins] 17 - "rocks.nvim" = "2.40.0" 18 - "rocks-git.nvim" = "2.2.0" 17 + "rocks.nvim" = "2.40.2" 18 + "rocks-git.nvim" = "2.3.1" 19 19 "rocks-dev.nvim" = "1.7.0" 20 - "rocks-config.nvim" = "2.3.1" 21 - "rocks-lazy.nvim" = "1.0.1" 20 + "rocks-config.nvim" = "3.0.0" 21 + "rocks-lazy.nvim" = "1.1.0" 22 22 "rocks-edit.nvim" = "scm" 23 - "rocks-treesitter.nvim" = "1.1.2" 23 + "rocks-treesitter.nvim" = "1.1.3" 24 24 25 25 # harpoon uses plenary.nvim 26 26 "plenary.nvim" = "scm" 27 27 nvim-lspconfig = "1.0.0" 28 - "indent-blankline.nvim" = "3.7.2" 28 + "indent-blankline.nvim" = "3.8.0" 29 29 "conform.nvim" = "8.1.0" 30 30 "fidget.nvim" = "1.4.1" 31 31 luasnip = { version = "2.3.0", event = "InsertEnter" } ··· 34 34 "mini.ai" = "scm" 35 35 nvim-surround = "2.1.5" 36 36 # nvim-treesitter-legacy-api = "0.9.2" 37 - fzf-lua = { version = "0.0.1457" } 37 + fzf-lua = { version = "0.0.1472" } 38 38 "quicker.nvim" = "1.1.1" 39 39 # nvim-ufo = "1.4.0" 40 40 "telescope.nvim" = "scm" ··· 44 44 treesj = "scm" 45 45 "lazydev.nvim" = "1.8.0" 46 46 47 - tree-sitter-astro = "0.0.10" 48 - tree-sitter-css = "0.0.10" 49 - tree-sitter-dockerfile = "0.0.10" 47 + tree-sitter-astro = "0.0.27" 48 + tree-sitter-css = "0.0.27" 49 + tree-sitter-dockerfile = "0.0.27" 50 50 tree-sitter-ecma = "0.0.10" 51 - tree-sitter-editorconfig = "0.0.10" 52 - tree-sitter-gitattributes = "0.0.10" 53 - tree-sitter-gitcommit = "0.0.10" 54 - tree-sitter-gitignore = "0.0.10" 55 - tree-sitter-go = "0.0.10" 56 - tree-sitter-gomod = "0.0.11" 57 - tree-sitter-graphql = "0.0.10" 58 - tree-sitter-groovy = "0.0.10" 59 - tree-sitter-html = "0.0.10" 51 + tree-sitter-editorconfig = "0.0.28" 52 + tree-sitter-gitattributes = "0.0.27" 53 + tree-sitter-gitcommit = "0.0.27" 54 + tree-sitter-gitignore = "0.0.27" 55 + tree-sitter-go = "0.0.28" 56 + tree-sitter-gomod = "0.0.28" 57 + tree-sitter-graphql = "0.0.27" 58 + tree-sitter-groovy = "0.0.27" 59 + tree-sitter-html = "0.0.27" 60 60 tree-sitter-html_tags = "0.0.10" 61 - tree-sitter-hurl = "0.0.11" 62 - tree-sitter-ini = "0.0.10" 63 - tree-sitter-javascript = "0.0.10" 64 - tree-sitter-json = "0.0.10" 65 - tree-sitter-jsonc = "0.0.10" 61 + tree-sitter-hurl = "0.0.28" 62 + tree-sitter-ini = "0.0.27" 63 + tree-sitter-javascript = "0.0.27" 64 + tree-sitter-json = "0.0.27" 65 + tree-sitter-jsonc = "0.0.27" 66 66 tree-sitter-jsx = "0.0.10" 67 - tree-sitter-kotlin = "0.0.10" 68 - tree-sitter-lua = "0.0.11" 69 - tree-sitter-make = "0.0.10" 70 - tree-sitter-nix = "0.0.10" 71 - tree-sitter-query = "0.0.10" 72 - tree-sitter-regex = "0.0.10" 73 - tree-sitter-rust = "0.0.10" 74 - tree-sitter-swift = "0.0.11" 75 - tree-sitter-templ = "0.0.10" 76 - tree-sitter-tmux = "0.0.10" 77 - tree-sitter-toml = "0.0.10" 78 - tree-sitter-tsx = "0.0.10" 79 - tree-sitter-typescript = "0.0.10" 80 - tree-sitter-vimdoc = "0.0.10" 81 - tree-sitter-vue = "0.0.10" 82 - tree-sitter-xml = "0.0.10" 83 - tree-sitter-yaml = "0.0.10" 67 + tree-sitter-kotlin = "0.0.27" 68 + tree-sitter-lua = "0.0.28" 69 + tree-sitter-make = "0.0.27" 70 + tree-sitter-nix = "0.0.35" 71 + tree-sitter-query = "0.0.27" 72 + tree-sitter-regex = "0.0.27" 73 + tree-sitter-rust = "0.0.27" 74 + tree-sitter-swift = "0.0.30" 75 + tree-sitter-templ = "0.0.29" 76 + tree-sitter-tmux = "0.0.27" 77 + tree-sitter-toml = "0.0.27" 78 + tree-sitter-tsx = "0.0.27" 79 + tree-sitter-typescript = "0.0.27" 80 + tree-sitter-vimdoc = "0.0.27" 81 + tree-sitter-vue = "0.0.27" 82 + tree-sitter-xml = "0.0.27" 83 + tree-sitter-yaml = "0.0.27" 84 84 85 85 "diffview.nvim" = "scm" 86 86 "sweetie.nvim" = "3.2.0" 87 - "gitsigns.nvim"= "v0.9.0" 88 87 "crates.nvim" = { version = "0.5.2", event = "BufRead" } 89 - harpoon= "0378a6c428a0bed6a2781d459d7943843f374bce" 90 - "leap.nvim"= "c099aecaf858574909bd38cbadb8543c4dd16611" 91 - "kulala.nvim"= "v3.8.0" 92 - "rest.nvim"= "3.7.0" 88 + "leap.nvim" = "scm" 89 + 90 + [plugins."rest.nvim"] 91 + dir = "~/repo/rest.nvim" 92 + 93 + [plugins."sense.nvim"] 94 + dir = "~/projects/sense.nvim/" 93 95 94 96 [plugins.github-nvim-theme] 95 97 git = "projekt0n/github-nvim-theme"