Age | Commit message (Collapse) | Author |
|
fixes invisible inactive lightline bar
|
|
The implemented feature in this GH-58 changed the background color of
the status bar ("StatusLine") group to "nord3", but the "WildMenu" group
also useed "nord3" as background color for the current tab selection.
This commit changes the "WildMenu" background color to "nord1" which is
available for both terminal ("nord1_term") and GUI ("nord1_gui") mode.
Related to GH-58
GH-64
|
|
|
|
Fugitive syntax highlting
|
|
Adds syntax highlighting for filenames using
[fugitive](https://github.com/tpope/vim-fugitive)'s `:Gstatus` window.
|
|
|
|
Migrate to MIT license
|
|
Adapted to the MIT license migration of the main "Nord" (1) project.
Detailed information can be found in the main task ticket.
All license SVG badges and the "LICENSE.md" content have been updated.
In addition all source code comment header have also been simplified.
References:
* (1) https://github.com/arcticicestudio/nord
Subtask of arcticicestudio/nord#55
GH-69
|
|
arcticicestudio/improvement/gh-66-link-diffAdded-and-diffRemoved
Link legacy diff groups for git.vim and diff.vim syntax
|
|
The official "git.vim" and "diff.vim" syntax uses different groups for
diff:
* diffAdded (1)
* diffRemoved (1)
* diffChanged (2)
This commit links these legacy groups to the official documented diff
groups.
References:
(1) https://github.com/vim/vim/search?q=diffAdded+diffRemoved
(2) https://github.com/vim/vim/search?q=diffChanged
GH-66
|
|
typo on uniform diff background
|
|
|
|
Added support for neovim UI terminal colors
|
|
|
|
Fix missing "endif" syntax error for theme config
|
|
|
|
Add statusline uniform background color configuration
|
|
|
|
The variable has been renamed to "nord_uniform_status_lines" to better
match the name scheme. The documentation style has been updated and
preview screenshots have been added.
GH-37
|
|
arcticicestudio/feature/gh-60-uniform-diff-background-config
Uniform diff background theme configuration
|
|
Add plugin support for vim-plug
|
|
Added a theme configuration to let the users decide whether they want
to use colorful or uniform diff backgrounds.
The colorful diff is the default using the current colors for added,
changed and deleted elements and the default background color (nord0).
The "reverse" attribute gets applied which results in a colored
background and a dark foreground.
Setting the "g:nord_uniform_diff_background" variable to "1" enables
the uniform diff background using "nord1".
GH-60
|
|
This adds support for "junegunn/vim-plug" for the "PlugClean" command
which used the "Ignore" group for deleted directory listings resulting
in unreadable text when "cursorline" has been set.
GH-43
|
|
configure statusline with
```vim
let g:nord_statusline_uniform = 1
```
default is to use brighter background (`0`), but easily configurable
with by setting `g:nord_statusline_uniform` to `1`)
NOTE: this does not work with airline or lightline
|
|
arcticicestudio/feature/gh-45-plugin-support-plasticboy-vim-markdown
Language plugin support for plasticboy/vim-markdown
|
|
This adds support for the language plugin plasticboy/vim-markdown to
match the style of the built-in markdown syntax styles.
GH-45
|
|
GH-48
|
|
Fixes the yellow high contrast background color for TODO strings in
gvim/neovim.
GH-52
|
|
fixes #52
|
|
|
|
|
|
|
|
arcticicestudio/improvement/gh-31-neovim-health-check-background-highlight-current-line
Neovim health check highlight status groups support
|
|
arcticicestudio/improvement/gh-38-adjust-fold-marker-color
Adjust fold color to match comment colors
|
|
arcticicestudio/improvement/gh-35-substitute-search-highlight
Underline substitute search result highlight text
|
|
arcticicestudio/bugfix/gh-32-search-highlight-on-strings-illegible
Fix unreadable text color on pending search result highlights
|
|
Add basic support for Ale
|
|
|
|
|
|
|
|
|
|
|
|
Add basic support for CtrlP
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|