neovim configuration using rocks.nvim plugin manager

chore: update

+54 -54
+1
lua/plugins/neorg.lua
··· 1 + -- require("neorg").setup()
+53 -54
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.2" 18 - "rocks-git.nvim" = "2.3.1" 17 + "rocks.nvim" = "2.43.0" 18 + "rocks-git.nvim" = "2.5.2" 19 19 "rocks-dev.nvim" = "1.7.0" 20 - "rocks-config.nvim" = "3.0.0" 21 - "rocks-lazy.nvim" = "1.1.0" 20 + "rocks-config.nvim" = "3.1.0" 21 + "rocks-lazy.nvim" = "1.1.1" 22 22 "rocks-edit.nvim" = "scm" 23 - "rocks-treesitter.nvim" = "1.1.3" 23 + "rocks-treesitter.nvim" = "1.3.0" 24 24 25 - # harpoon uses plenary.nvim 26 - "plenary.nvim" = "scm" 27 - nvim-lspconfig = "1.0.0" 28 - "indent-blankline.nvim" = "3.8.0" 29 - "conform.nvim" = "8.1.0" 25 + nvim-lspconfig = "1.2.0" 26 + "indent-blankline.nvim" = "3.8.6" 27 + "conform.nvim" = "8.3.0" 30 28 "fidget.nvim" = "1.4.1" 31 29 luasnip = { version = "2.3.0", event = "InsertEnter" } 32 30 neogit = { version = "scm", cmd = "Neogit" } 33 31 "kanagawa.nvim" = "scm" 34 32 "mini.ai" = "scm" 35 33 nvim-surround = "2.1.5" 36 - # nvim-treesitter-legacy-api = "0.9.2" 37 - fzf-lua = { version = "0.0.1472" } 38 - "quicker.nvim" = "1.1.1" 39 - # nvim-ufo = "1.4.0" 34 + fzf-lua = { version = "0.0.1594" } 35 + "quicker.nvim" = "1.3.0" 40 36 "telescope.nvim" = "scm" 41 37 "octo.nvim" = { version = "scm", cmd = "Octo", event = "BufReadCmd octo://*" } 42 - "oil.nvim" = "2.12.2" 38 + "oil.nvim" = "2.14.0" 43 39 nvim-lint = "scm" 44 40 treesj = "scm" 45 - "lazydev.nvim" = "1.8.0" 41 + "lazydev.nvim" = "1.9.0" 46 42 47 - tree-sitter-astro = "0.0.27" 48 - tree-sitter-css = "0.0.27" 49 - tree-sitter-dockerfile = "0.0.27" 43 + tree-sitter-astro = "0.0.33" 44 + tree-sitter-css = "0.0.31" 45 + tree-sitter-dockerfile = "0.0.29" 50 46 tree-sitter-ecma = "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" 47 + tree-sitter-editorconfig = "0.0.45" 48 + tree-sitter-gitattributes = "0.0.30" 49 + tree-sitter-gitcommit = "0.0.33" 50 + tree-sitter-gitignore = "0.0.29" 51 + tree-sitter-go = "0.0.36" 52 + tree-sitter-gomod = "0.0.31" 53 + tree-sitter-graphql = "0.0.29" 54 + tree-sitter-groovy = "0.0.30" 55 + tree-sitter-html = "0.0.33" 60 56 tree-sitter-html_tags = "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" 57 + tree-sitter-hurl = "0.0.30" 58 + tree-sitter-ini = "0.0.29" 59 + tree-sitter-javascript = "0.0.33" 60 + tree-sitter-json = "0.0.33" 61 + tree-sitter-jsonc = "0.0.29" 66 62 tree-sitter-jsx = "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" 63 + tree-sitter-kotlin = "0.0.31" 64 + tree-sitter-lua = "0.0.32" 65 + tree-sitter-make = "0.0.29" 66 + tree-sitter-nix = "0.0.51" 67 + tree-sitter-query = "0.0.30" 68 + tree-sitter-regex = "0.0.38" 69 + tree-sitter-rust = "0.0.38" 70 + tree-sitter-swift = "0.0.42" 71 + tree-sitter-templ = "0.0.42" 72 + tree-sitter-tmux = "0.0.29" 73 + tree-sitter-toml = "0.0.31" 74 + tree-sitter-tsx = "0.0.32" 75 + tree-sitter-typescript = "0.0.32" 76 + tree-sitter-vimdoc = "0.0.31" 77 + tree-sitter-vue = "0.0.29" 78 + tree-sitter-xml = "0.0.34" 79 + tree-sitter-yaml = "0.0.30" 84 80 85 81 "diffview.nvim" = "scm" 86 82 "sweetie.nvim" = "3.2.0" 87 83 "crates.nvim" = { version = "0.5.2", event = "BufRead" } 88 84 "leap.nvim" = "scm" 89 85 "gitsigns.nvim" = "0.9.0" 86 + tree-sitter-dart = "0.0.34" 87 + tree-sitter-sql = "0.0.38" 88 + nvim-treesitter-legacy-api = "0.9.2" 89 + neorg = "9.1.1" 90 90 91 + # [plugins."sense.nvim"] 92 + # dir = "~/projects/sense.nvim/" 91 93 [plugins."rest.nvim"] 92 - dir = "~/repo/rest.nvim" 93 - 94 - [plugins."sense.nvim"] 95 - dir = "~/projects/sense.nvim/" 94 + dir = "~/repo/rest.nvim/" 96 95 97 96 [plugins.github-nvim-theme] 98 97 git = "projekt0n/github-nvim-theme"