Browse Source

nvim: ++yaml/helm commentaries

Maxim Likhachev 4 years ago
parent
commit
19c6df05ae
  1. 1
      etc/soft/nvim/+ftplugin/ansible.vim
  2. 1
      etc/soft/nvim/+ftplugin/helm.vim
  3. 1
      etc/soft/nvim/+ftplugin/yaml.vim
  4. 1
      etc/soft/nvim/colors/PaperColor_Edit.vim
  5. 1
      etc/soft/nvim/ftplugin/helm/helm.custom.vim
  6. 1
      etc/soft/nvim/ftplugin/yaml/yaml.custom.vim

1
etc/soft/nvim/+ftplugin/ansible.vim

@ -4,3 +4,4 @@ if exists('+regexpengine') && ('&regexpengine' == 0) @@ -4,3 +4,4 @@ if exists('+regexpengine') && ('&regexpengine' == 0)
endif
set isfname+=@-@
set path+=./../templates,./../files,templates,files
set commentstring=#\ %s

1
etc/soft/nvim/+ftplugin/helm.vim

@ -0,0 +1 @@ @@ -0,0 +1 @@
setlocal commentstring=#\ %s

1
etc/soft/nvim/+ftplugin/yaml.vim

@ -0,0 +1 @@ @@ -0,0 +1 @@
setlocal commentstring=#\ %s

1
etc/soft/nvim/colors/PaperColor_Edit.vim

@ -359,6 +359,7 @@ else " LIGHT VARIANT @@ -359,6 +359,7 @@ else " LIGHT VARIANT
let s:divider = s:navy
let s:linenumber = ['#bcbcbc', '249']
let s:comment = ['#878787', '102']
" let s:comment = ['#ff7c7c', '224']
let s:todo = ['#00af5f', '35']
let s:cursorline = ['#e4e4e4', '254']
let s:cursorlinenr = ['#af0000', '124']

1
etc/soft/nvim/ftplugin/helm/helm.custom.vim

@ -0,0 +1 @@ @@ -0,0 +1 @@
../../+ftplugin/helm.vim

1
etc/soft/nvim/ftplugin/yaml/yaml.custom.vim

@ -0,0 +1 @@ @@ -0,0 +1 @@
../../+ftplugin/yaml.vim
Loading…
Cancel
Save