Skip to content

Commit

Permalink
(nvim) Highlight ERB tag delimiters
Browse files Browse the repository at this point in the history
  • Loading branch information
emilford committed Dec 27, 2021
1 parent 5bd5e8e commit 7603334
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .config/nvim/plugin/nord-vim.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
vim.g.nord_italic = 1

-- https://github.com/arcticicestudio/nord-vim/issues/279
vim.cmd[[ autocmd ColorScheme nord :highlight erubyDelimiter ctermbg=5 guifg=#B48EAD ]]

vim.cmd[[colorscheme nord]]

0 comments on commit 7603334

Please sign in to comment.