Giter VIP home page Giter VIP logo

Comments (16)

hackorum avatar hackorum commented on July 19, 2024

Which os are you using? Could you also post some screenshots?

from vapournvim.

KarolusD avatar KarolusD commented on July 19, 2024

@tabot-kevin go to your vapour nivm plugin settings (~/.config/nvim/lua/vapour/init.lua) and turn on treesitter. After that execute :PackerUpdate and reopen nvim, you should be fine. Keep in mind that most plugins are turn off by default.

from vapournvim.

hackorum avatar hackorum commented on July 19, 2024

He said that the config did not work. Maybe he is using windows and he has to install it in ~/AppData/Local/nvim

from vapournvim.

KarolusD avatar KarolusD commented on July 19, 2024

Hm, maybe, but I've got the same error message: 'You need to install treesitter'. I believe this happened because of treesitter being turn off by default.

from vapournvim.

hackorum avatar hackorum commented on July 19, 2024

Where do you get this error?

from vapournvim.

KarolusD avatar KarolusD commented on July 19, 2024

On the first nvim launch (after installation) os: BigSur

from vapournvim.

 avatar commented on July 19, 2024

properties

installation

during_installation

after_installation

from vapournvim.

hackorum avatar hackorum commented on July 19, 2024

The installation was successful. You can install some plugins by enabling them.

from vapournvim.

hackorum avatar hackorum commented on July 19, 2024

https://github.com/hackorum/VapourNvim/wiki/User-Configuration

from vapournvim.

KarolusD avatar KarolusD commented on July 19, 2024

@tabot-kevin Also to make nvim/tree-sitter work as expected you should install and turn on some of the languages servers that you're using.

from vapournvim.

 avatar commented on July 19, 2024

Where do I enable the plugins? Do I modify the Vapour object in./lua/vapour/init.lua set the enable property to true for plugins and language servers that I want?

from vapournvim.

hackorum avatar hackorum commented on July 19, 2024

You need to enable plugins in ./lua/vapour/user-config/init.lua. You can open the file anytime by pressing space+E

from vapournvim.

hackorum avatar hackorum commented on July 19, 2024

You can refer to my config:

Vapour.plugins.colorizer.enabled = true
Vapour.plugins.bufferline.enabled = true
Vapour.plugins.galaxyline.enabled = true
Vapour.plugins.dashboard.enabled = true
Vapour.plugins.toggleterm.enabled = true
Vapour.plugins.treesitter.enabled = true
Vapour.plugins.rainbow_parentheses.enabled = true
Vapour.plugins.closetag.enabled = true
Vapour.plugins.vsnip.enabled = true
Vapour.plugins.markdown_preview.enabled = true
Vapour.plugins.telescope.enabled = true
Vapour.plugins.nvim_tree.enabled = true
Vapour.plugins.dial.enabled = true
Vapour.plugins.format.enabled = true
Vapour.plugins.nvim_comment.enabled = true
Vapour.plugins.compe.enabled = true
Vapour.plugins.indent_blankline.enabled = true
-- Vapour.plugins.indent_blankline.enable_rainbow_colors = true

Vapour.language_servers.sumneko_lua.enabled = true
Vapour.language_servers.bashls.enabled = true
Vapour.language_servers.cssls.enabled = true
Vapour.language_servers.html.enabled = true
Vapour.language_servers.tsserver.enabled = true
Vapour.language_servers.pylsp.enabled = true
Vapour.language_servers.jsonls.enabled = true

Vapour.settings.colorscheme = 'tokyonight'
Vapour.plugins.which_key.user_defined.t = {":ToggleTerm<cr>", "Split Terminal"}

from vapournvim.

 avatar commented on July 19, 2024

I enabled the plugins and ran PackerUpdate, it seems to be working now, however I am still getting the message that You need to install treesitter
Screen Shot 2021-09-27 at 2 39 02 PM

And also when I try to open the file explorer with space e I get the error Not an Editor command: NvimTreeToggle
Screen Shot 2021-09-27 at 2 39 16 PM

from vapournvim.

hackorum avatar hackorum commented on July 19, 2024

Run :PackerSync. Can you share your user-config file? Dashboard does not appear to be working properly for some reason

from vapournvim.

 avatar commented on July 19, 2024

Hey @hackorum I copied your config and ran :PackerSync, everything seems to be great. Thank you so much.

Screen Shot 2021-09-27 at 2 57 12 PM

from vapournvim.

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.