Code Monkey home page Code Monkey logo

Comments (8)

umairmaratab avatar umairmaratab commented on August 16, 2024 1

Thank u it was actually due to older version of nvim.
I installed via source and now everything is fine.

from init.lua.

mehmetrecep avatar mehmetrecep commented on August 16, 2024

I think after saving the colors.lua you have to call the function ColorMyPencils() by typing :lua ColorMyPencils()

from init.lua.

umairmaratab avatar umairmaratab commented on August 16, 2024

Thanks for your answer.
Same Error.

from init.lua.

mehmetrecep avatar mehmetrecep commented on August 16, 2024

I don't if you use it after accessing to the directory of nvim after writing nvim . in the terminal.
you're welcome bro

from init.lua.

mehmetrecep avatar mehmetrecep commented on August 16, 2024

That's the code that I wrote :

function ColorMyPencils(color)
color = color or "rose-pine"
vim.cmd.colorscheme(color)

vim.api.nvim_set_hl(0, "Normal", { bg = "none" })
vim.api.nvim_set_hl(0, "NormalFloat", { bg = "none" })

end

ColorMyPencils()

you can use it and try again.

from init.lua.

umairmaratab avatar umairmaratab commented on August 16, 2024

I think error is somewhere else, as when I execute nvim . it says:

Error detected while processing /home/user-name/.local/share/nvim/site/pack/packer/start/rose-pine/colors
/rose-pine.lua:
W18: Invalid character in group name

from init.lua.

umairmaratab avatar umairmaratab commented on August 16, 2024

Full description of error:
Error detected while processing /home/user-name/.local/share/nvim/site/pack/packer/start/rose-pine/colors
/rose-pine.lua:
W18: Invalid character in group name
.
.
.
W18: Invalid character in group name

Error detected while processing /home/user-name/.config/nvim/after/plugin/colors.lua:
E5113: Error while calling lua chunk: /home/user-name/.config/nvim/after/plugin/colors.lua:7: attempt to
index field 'cmd' (a function value)
stack traceback:
/home/user-name/.config/nvim/after/plugin/colors.lua:7: in function 'ColorMyPencils'
/home/user-name/.config/nvim/after/plugin/colors.lua:14: in main chunk
Press ENTER or type command to continue

from init.lua.

mehmetrecep avatar mehmetrecep commented on August 16, 2024

you can see this issue:
neovim/neovim#14202

from init.lua.

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.