vim icon indicating copy to clipboard operation
vim copied to clipboard

An arctic, north-bluish clean and elegant Vim theme.

Results 69 vim issues
Sort by recently updated
recently updated
newest added

Currently comments are set as such ``` call s:hi("Comment", s:nord3_gui_bright, "", s:nord3_term, "", s:italicize_comments, "") ``` However line numbers are set: ``` call s:hi("LineNr", s:nord3_gui, "NONE", s:nord3_term, "NONE", "", "")...

context-ui
status-pending
type-suggestion
scope-compatibility
scope-ux

![image](https://github.com/nordtheme/vim/assets/7907366/12e282a6-e532-45d0-ae65-6c095c1e0a14) I am running WSL2 + windows terminal + nvim v0.9.1 and the following plugins. ![image](https://github.com/nordtheme/vim/assets/7907366/3572d011-4a92-4fd9-a3bb-3b156c8d648f)

I noticed I get no syntax highlighting when [`tree-sitter-diff`](https://github.com/the-mikedavis/tree-sitter-diff) is active. It appears that these are not set https://github.com/nvim-treesitter/nvim-treesitter/issues/4097#issuecomment-1374556679

nord10 is the color to use according to the "Colors and Palettes" documentation. This change simplifies to only defining the syntax highlighting for PreProc, which (n)vim links the other related...

context-syntax
scope-maintainability

Having `max_line_length` for all files overrides useful line lengths defined (n)vim's ftplugins (e.g., gitcommit.vim sets `textwidth=72` for well-formed commit messages.

I have the [cursorline](https://vimhelp.org/options.txt.html#%27cursorline%27) option enabled, which highlights the line with the cursor. Lines with spelling errors render like this, because the background is [set to a specific color](https://github.com/nordtheme/vim/blob/main/colors/nord.vim#L145-L148) (`s:nord0_gui`)....

context-syntax
scope-ux
scope-quality

Diff at line 280 is needed to display math mode not with default color. I'm really curious why does Special have the same color as text, but if you want...

Add links to missing highlighting groups for pangloss/vim-javascript plugin

context-syntax
context-plugin
scope-compatibility
scope-quality

Currently, the text in math mode and text mode in LaTeX (with or without vimtex or treesitter) are the same color, which makes them hard to distinguish at a glance....

context-syntax
scope-quality