Giter VIP home page Giter VIP logo

Comments (7)

FredeEB avatar FredeEB commented on August 17, 2024

@IzzyDLP The new-improvements branch is 75 commits behind main, so it likely doesn't have the new treesitter highlight groups. That is to say new-improvements are probably not that new anymore.

@Mofiqul Maybe that branch should just be nuked from orbit?

from dracula.nvim.

Mofiqul avatar Mofiqul commented on August 17, 2024

@FredeEB - yah i will do that

from dracula.nvim.

IzzyDLP avatar IzzyDLP commented on August 17, 2024

@IzzyDLP The new-improvements branch is 75 commits behind main, so it likely doesn't have the new treesitter highlight groups. That is to say new-improvements are probably not that new anymore.

@Mofiqul Maybe that branch should just be nuked from orbit?

Yeah i saw that it was behind a bit, but I tried it anyway so I figure I'd add that info in.

from dracula.nvim.

FredeEB avatar FredeEB commented on August 17, 2024

from dracula.nvim.

IzzyDLP avatar IzzyDLP commented on August 17, 2024

coc: health#coc#check

  • OK: nvim version satisfied
  • OK: Environment check passed
  • OK: Javascript bundle build/index.js found
  • OK: Service started

crates: require("crates.health").check()

Checking for required plugins

  • OK: plenary.nvim installed
  • OK: null-ls.nvim installed

Checking for external dependencies

  • OK: curl installed
  • OK: xdg-open installed

man: require("man.health").check()

  • OK: plugin/man.vim not in $VIMRUNTIME
  • OK: autoload/man.vim not in $VIMRUNTIME

null-ls: require("null-ls.health").check()

  • INFO: no sources registered

nvim: health#nvim#check

Configuration

  • OK: no issues found

Performance

  • OK: Build type: RelWithDebInfo

Remote Plugins

  • OK: Up to date

terminal

  • INFO: key_backspace (kbs) terminfo entry: key_backspace=\177
  • INFO: key_dc (kdch1) terminfo entry: key_dc=\E[3~
  • INFO: $COLORTERM='truecolor'

nvim-treesitter: require("nvim-treesitter.health").check()

Installation

  • OK: tree-sitter found 0.20.7 (b268e412ad4848380166af153300464e5a1cf83f) (parser generator, only needed for :TSInstallFromGrammar)
  • OK: node found v18.12.1 (only needed for :TSInstallFromGrammar)
  • OK: git executable found.
  • OK: cc executable found. Selected from { vim.NIL, "cc", "gcc", "clang", "cl", "zig" }
    Version: cc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
  • OK: Neovim was compiled with tree-sitter runtime ABI version 14 (required >=13). Parsers must be compatible with runtime ABI.

OS Info:

{
machine = "x86_64",
release = "6.0.6-76060006-generic",
sysname = "Linux",
version = "#202210290932166906205022.04~d94609a SMP PREEMPT_DYNAMIC Mon N"
}

Parser/Features H L F I J

  • json ✓ ✓ ✓ ✓ .
  • javascript ✓ ✓ ✓ ✓ ✓
  • lua ✓ ✓ ✓ ✓ ✓
  • make ✓ . ✓ . ✓
  • ruby ✓ ✓ ✓ ✓ ✓
  • rust ✓ ✓ ✓ ✓ ✓
  • c ✓ ✓ ✓ ✓ ✓
  • markdown ✓ . ✓ . ✓
  • html ✓ ✓ ✓ ✓ ✓
  • c_sharp ✓ ✓ ✓ . ✓
  • tsx ✓ ✓ ✓ ✓ ✓
  • help ✓ . . . ✓
  • cpp ✓ ✓ ✓ ✓ ✓
  • typescript ✓ ✓ ✓ ✓ ✓
  • vim ✓ ✓ ✓ . ✓
  • yaml ✓ ✓ ✓ ✓ ✓
  • python ✓ ✓ ✓ ✓ ✓
  • bash ✓ ✓ ✓ . ✓
  • cmake ✓ . ✓ . .
  • css ✓ . ✓ ✓ ✓

Legend: H[ighlight], L[ocals], F[olds], I[ndents], In[j]ections
+) multiple parsers found, only one will be used
x) errors found in the query, try to run :TSUpdate {lang}

provider: health#provider#check

Clipboard (optional)

  • OK: Clipboard tool found: xclip

Python 3 provider (optional)

  • INFO: g:python3_host_prog is not set. Searching for python3 in the environment.
  • INFO: Executable: /bin/python3
  • INFO: Python version: 3.10.6
  • INFO: pynvim version: 0.4.3
  • OK: Latest pynvim is installed.

Python virtualenv

  • OK: no $VIRTUAL_ENV

Ruby provider (optional)

  • INFO: Ruby: ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) [x86_64-linux-gnu]
  • INFO: Host: /usr/local/bin/neovim-ruby-host
  • OK: Latest "neovim" gem is installed: 0.9.0

Node.js provider (optional)

  • INFO: Node.js: v18.12.1
  • INFO: Nvim node.js host: /home/izzyd/.npm-global/lib/node_modules/neovim/bin/cli.js
  • OK: Latest "neovim" npm/yarn/pnpm package is installed: 4.10.1

Perl provider (optional)

  • INFO: Disabled (g:loaded_perl_provider=0).

telescope: require("telescope.health").check()

Checking for required plugins

  • OK: plenary installed.
  • OK: nvim-treesitter installed.

Checking external dependencies

  • OK: rg: found ripgrep 13.0.0
  • OK: fd: found fd 8.3.1

===== Installed extensions =====

Telescope Extension: fzf

  • OK: lib working as expected
  • OK: file_sorter correctly configured
  • OK: generic_sorter correctly configured

vim.lsp: require("vim.lsp.health").check()

  • INFO: LSP log level : WARN
  • INFO: Log path: /home/izzyd/.local/state/nvim/lsp.log
  • INFO: Log size: 49 KB

vim.treesitter: require("vim.treesitter.health").check()

  • INFO: Runtime ABI version : 14
  • OK: Loaded parser for bash: ABI version 14
  • OK: Loaded parser for c: ABI version 13
  • OK: Loaded parser for c_sharp: ABI version 13
  • OK: Loaded parser for cmake: ABI version 14
  • OK: Loaded parser for cpp: ABI version 14
  • OK: Loaded parser for css: ABI version 13
  • OK: Loaded parser for help: ABI version 14
  • OK: Loaded parser for html: ABI version 13
  • OK: Loaded parser for javascript: ABI version 14
  • OK: Loaded parser for json: ABI version 13
  • OK: Loaded parser for lua: ABI version 13
  • OK: Loaded parser for make: ABI version 13
  • OK: Loaded parser for markdown: ABI version 13
  • OK: Loaded parser for python: ABI version 14
  • OK: Loaded parser for ruby: ABI version 13
  • OK: Loaded parser for rust: ABI version 14
  • OK: Loaded parser for tsx: ABI version 14
  • OK: Loaded parser for typescript: ABI version 14
  • OK: Loaded parser for vim: ABI version 14
  • OK: Loaded parser for yaml: ABI version 13
  • OK: Loaded parser for c: ABI version 13
  • OK: Loaded parser for help: ABI version 14
  • OK: Loaded parser for lua: ABI version 13
  • OK: Loaded parser for vim: ABI version 14

LSP says WARN, but I do not have it loading right now. I am still in the process of using CoC since I am still migrating over to LSP.

from dracula.nvim.

FredeEB avatar FredeEB commented on August 17, 2024

That all looks fine.

The first picture from your issue looks like the default highlighting with Dracula without treesitter and the last one looks like Dracula with treesitter. So I'm not sure I understand your issue

from dracula.nvim.

Drowze avatar Drowze commented on August 17, 2024

I can confirm having the same issue: css is highlighting seem broken when using Treesitter

With Treesitter:
Screenshot 2022-12-21 at 19 46 27

Without Treesitter:
image

My dotfiles: https://github.com/Drowze/dotfiles/tree/master/.config/nvim

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