Git Product home page Git Product logo

Comments (3)

mrcjkb avatar mrcjkb commented on June 12, 2024

Hey πŸ‘‹

What does the entry in your rocks.toml look like?

:Rocks log primarily provides details about when a luarocks error occurs. In this case, it's rocks.nvim failing to parse the entry in your rocks.toml.

from rocks.nvim.

sahinf avatar sahinf commented on June 12, 2024
[plugins]
#"image.nvim" = "1.2.0"
"tmux.nvim" = "scm"
"rocks-config.nvim" = "1.5.0"
nvim-surround = "2.1.5"
"twilight.nvim"= "1.0.0"
"vim-nightfly-colors"= "scm"
neorg = "8.4.0"
nvim-lspconfig = "0.1.7"
tree-sitter-lua = "scm"
"rocks-treesitter.nvim" = "scm"
tree-sitter-vimdoc = "scm"
"rocks-git.nvim" = "1.5.0"
"cmp-nvim-lsp" = "scm"
"telescope.nvim" = "scm"
"oil.nvim" = "2.8.0"
"zen-mode.nvim" = "scm"
nvim-possession = "0.0.13"
"rocks.nvim" = "2.27.1"
tree-sitter-markdown = "scm"
"lualine.nvim" = "scm"

[plugins.nvim-treesitter]
git = "nvim-treesitter/nvim-treesitter"
rev = "v0.9.2^{}"

# LuaRocks nvim-cmp is outdated use github source
[plugins.nvim-cmp]
git = "hrsh7th/nvim-cmp"

[plugins.zen-mode.config]
plugins = { tmux = { enabled = true },alacritty = { enabled = true, font = "20" } }

[config]
plugins_dir = "plugins/"
auto_setup = true

from rocks.nvim.

mrcjkb avatar mrcjkb commented on June 12, 2024

The problem is that you have:

"zen-mode.nvim" = "scm"

but also

[plugins.zen-mode.config]

which are two different entries (with different keys).

If you change it to

[plugins."zen-mode.nvim".config]

it won't throw any errors.

from rocks.nvim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.