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

Hello! I'm facing some issues with nord color scheme on WSL. Here is screen shot of how my vim looks like and my **.vimrc** configuration. ![vimrc](https://user-images.githubusercontent.com/25796932/178241048-c4684763-de15-4cd5-90fd-9f93bbb715ac.PNG)

context-syntax
status-pending
scope-compatibility
scope-ux
type-support

![Screen Shot 2021-02-10 at 8 34 11 AM](https://user-images.githubusercontent.com/14184522/107524159-1c9af980-6b7b-11eb-8405-bed2c4cc7096.png)

context-syntax
context-ui
context-config
scope-compatibility
scope-ux
type-support

No underline for diagnostics. ![Screenshot (2)](https://user-images.githubusercontent.com/36813942/173339136-7094faaa-20b3-48e8-bf7e-b3d9c8887af7.png) If I delete` if a:attr != "" let cmd = cmd . " gui=" . a:attr . " cterm=" . substitute(a:attr, "undercurl", s:underline, "")...

context-syntax
scope-ux
type-support

- Make use of default values for parameters - Use the `.=` operator instead of `cmd = cmd .`

scope-maintainability
scope-quality

context-syntax
scope-maintainability
scope-quality

According to https://vimhelp.org/syntax.txt.html and https://github.com/vim/colorschemes/issues/34 there is no need to call `syntax reset` after `hi clear`. Not doing so prevents sourcing syncolor.vim twice.

scope-performance
scope-quality

Name of the tab is not readable after editing a file. Before: ![Screenshot from 2021-10-01 15-12-54](https://user-images.githubusercontent.com/6451130/135618460-a9cd4eb8-444f-4ff5-af8c-7bea38f7416f.png) After: ![Screenshot from 2021-10-01 15-11-05](https://user-images.githubusercontent.com/6451130/135618481-3e9f6e25-e930-4503-bb29-9728f2a60fa5.png)

context-ui
context-plugin
target-neovim
scope-compatibility

When available `termguicolors` enable it.

type-improvement
context-syntax
context-config
scope-compatibility
scope-ux

Adds support for [Lualine](https://github.com/hoob3rt/lualine.nvim), a Neovim statusline plugin written in Lua. While the theme tries to stay as close as possible to the existing Lightline theme, the filename section uses...

context-ui
context-plugin
scope-compatibility