Giter Club home page Giter Club logo

poimandres.nvim's Introduction

poimandres.nvim's People

Contributors

ciza99 avatar kayuxx avatar olivercederborg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

poimandres.nvim's Issues

Setup Transparent BG in LazyVim

Hey, so I'm new to nvim and went with LazyVim for an out-of -the-box experience, but I can't seem to get the transparent background going with this theme. I've seen the previous comments and tried to port the solutions to my config but no luck yet.

Here's my Poimandres config:
Screenshot 2023-08-09 145433

Any idea what I'm doing wrong?

font

what font is used in the screenshot?

Hard to distinguish File preview and results in Telescope

Thank you for your efforts with this theme, I was looking for it a while back but didn't find it for neovim
Once I started using it, I noticed that Telescope support seems somewhat off, where File preview and Results are barely distinguishable.
See the image below
image
Is this be design or do I have an issue with it? If it's be design, do you think some sort of customizaiton can be done to allow to set some sort of different background color on those 2 fields, or something of sorts?

Disabling background does not work

I like having a transparent background on my terminal so I tried to to disable the background using disable_background = true in the config setup. But it didn't work it still has it's default background.

Note: using Packer and already used :PackerSync

Syntax highlighting for CSS files

First of all, thanks a lot for porting this theme! I love it!

I realized that the syntax highlighting for CSS files isn't close yet to what the VS Code version is.

Here is a screenshot with a simple example:

image

Add highlight for WinSeparator

Nvim is deprecating VertSplit and moving to WinSeparator for borders in 0.10. By default, WinSeparator links to normal which does not look great for most colorschemes.

Support for nvchad

First of all, thank you for making this.

Is there anyway you can add support for nvchad? Its themeing system is a little bit different.

Theme broken after upgrade treesitter

After accidentally upgraded my treesitter, I notices that the syntax colors are not matched with the original theme.

On left side is the neovim
On right side is the vscode
image

Lua error when trying to set colorscheme

Using Neovim 0.8.0+
I'm getting this error when trying to set colorscheme:

Error detected while processing /Users/froura/.local/share/nvim/site/pack/packer/start/poimandres.nvim/colors/poimandres.lua:
E5113: Error while calling lua chunk: .../pack/packer/start/poimandres.nvim/colors/poimandres.lua:3: loop or previous error loading module 'poimandres'
stack traceback:
        [C]: in function 'require'
        .../pack/packer/start/poimandres.nvim/colors/poimandres.lua:3: in main chunk

treesitter highlighting variables

When using / search it highlights selected words with blue2. but it changes to a darker color for white text and teal1, to make things easier to see.
however I have vim-illuminate highlighting other uses of the word under the cursor. It highlights in blue2, and doesn't change for lighter text.
any suggestions on how to implement this, or should i just change the color to a grey

Closing bracket cursor is not visible

In the screenshot below, the cursor is over the closing curly brace, but it does not appear there. You can see that Nvim has colored the bg of the matching bracket 2 lines above it.

Screenshot 2023-03-15 at 9 36 46 AM

Here's a list of all my installed packages for Nvim (I'm on latest version)

  • wbthomason/packer.nvim
  • olivercederborg/poimandres.nvim
  • neovim/nvim-lspconfig
  • hrsh7th/cmp-nvim-lsp
  • hrsh7th/cmp-buffer
  • hrsh7th/cmp-nvim-lua
  • L3M0N4D3/LuaSnip
  • saadparwaiz1/cmp_luasnip
  • onsails/lspkind.nvim
  • jiangmiao/auto-pairs
  • numToStr/Comment.nvim
  • nvim-telescope/telescope.nvim
  • nvim-telescope/telescope-fzf-native.nvim
  • gpanders/editorconfig.nvim
  • prettier/vim-prettier
  • nvim-treesitter/nvim-treesitter
  • nvim-treesitter/nvim-treesitter-context
  • lukas-reineke/indent-blankline.nvim

Disabling italics not working

Hello,

I'm pretty new to nvim world, and because of that, this may be a silly issue.

I'm using Packer, and these are my config files for poimandres

-- nvim/lua/plugins.lua
use 'olivercederborg/poimandres.nvim' 

Here I tried to use a part of your setup:

-- nvim/after/plugin/poimandres.rc.lua
local poimandres_present, poimandres = pcall(require, "poimandres")
if not poimandres_present then
	vim.notify("poimandres not found!")
	return
end

poimandres.setup({
	disable_italics = true,
})

This way, the HTML attributes are italicized. Also, the native HTML tags are white and not green. React's custom components are green, however. Thanks!

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.