Closed peterjamesmatthews closed 1 year ago
Thank you for reporting this issue @peterjamesmatthews. Can you please share the name of your terminal program and the output of echo $TERM
? Also this extension requires vim.o.termguicolors = true
.
I'm using wezterm and my $TERM
is set to xterm-256color
.
Didn't realize the vim.o.termguicolors = true
assumption. It's looking a lot better now!
There's still some differences comparing it side by side w/my VSCode:
nvim | VSCode |
---|---|
I don't have a lua LSP setup yet, so I suspect that treesitter just doesn't know how to highlight those symbols correctly.
Yup, the colorscheme
application will differ from VS Code especially since VS Code can use the LSP information to further enrich the applied theme but I am glad that the theme is working for you so I'll be closing this issue now 🙂.
I'm having difficulty setting this up with folke/lazy.nvim.
Here's a minimal reproducing
init.lua
The plugin appears to be installing correctly, but calling
colorscheme
with any of the noctis options breaks highlighting:https://github.com/talha-akram/noctis.nvim/assets/39538287/ea23fc9c-e5bf-4e73-995a-bb799d68863e
I'm a big fan of noctis, so thank you for making this port @talha-akram!