Git Product home page Git Product logo

Comments (10)

pocco81 avatar pocco81 commented on July 17, 2024 1

Ok the feature was merged and you should be able to use it now:

NvimTree

image

Cheers 👍

from nvim.

mrjones2014 avatar mrjones2014 commented on July 17, 2024 1

that fixed it, thanks.

from nvim.

pocco81 avatar pocco81 commented on July 17, 2024

Hey! So comming from an NvChad background the top level folder was "transparent" (aka same color as the background) and you were only able to see it while hovering over.

I really liked that and kept it here as you can see in the screenshots. Do you like it? Do you think it should have a solid color?

from nvim.

pocco81 avatar pocco81 commented on July 17, 2024

Btw, not sure if you've been reading the commit messages, but I recently finished all of the integrations and the current settings can be changed like so:

require("catppuccino").setup({
    colorscheme = "catppuccino",
    transparency = false,
	styles = {
		comments = "italic",
		fuctions = "italic",
		keywords = "italic",
		strings = "NONE",
		variables = "NONE",
	},
	integrations = {
		treesitter = true,
		native_lsp = {
			enabled = true,
			styles = {
				errors = "italic",
				hints = "italic",
				warnings = "italic",
				information = "italic"
			}
		},
		lsp_trouble = false,
		lsp_saga = false,
		gitgutter = false,
		gitsigns = false,
		telescope = false,
		nvimtree = false,
		which_key = false,
		indent_blankline = false,
		dashboard = false,
		neogit = false,
		vim_sneak = false,
		fern = false,
		barbar = false,
		bufferline = false,
		markdown = false,
	}
})

Edit: forgot to mention that you'll only see what I said about nvimtree after you enable the integration :)

from nvim.

mrjones2014 avatar mrjones2014 commented on July 17, 2024

I have the nvim-tree integration enabled.

from nvim.

pocco81 avatar pocco81 commented on July 17, 2024

And do you see the transparent nvim tree top level folder (transparent = not visible)? You are using dev branch right?

from nvim.

mrjones2014 avatar mrjones2014 commented on July 17, 2024

No I'm using master branch. It's not transparent for me but the light purple in the screenshot.

from nvim.

pocco81 avatar pocco81 commented on July 17, 2024

Yeah if you want the latest features you gotta use the dev branch. ATM dev is like 5 commits ahead of main, and the commit for the better nvim tree is there.

I'll merge it with main for you to get the latest feats ASAP. :)

from nvim.

mrjones2014 avatar mrjones2014 commented on July 17, 2024

I'm getting this error when updating with Packer:

image

from nvim.

pocco81 avatar pocco81 commented on July 17, 2024

I haven't done any resets, or really anything to break the history. Perhaps you tried to pull from dev while having main and resulted in a conflict? If it keeps failing just remove it manually rm -r ~/.local/share/nvim/site/pack/packer/start/Catppuccino.nvim and :PackerSync everything afterwards.

from 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.