From 19c6df05ae84284793e8b87474db2c5be17093f3 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Thu, 5 Aug 2021 11:37:57 +0300 Subject: [PATCH] nvim: ++yaml/helm commentaries --- etc/soft/nvim/+ftplugin/ansible.vim | 1 + etc/soft/nvim/+ftplugin/helm.vim | 1 + etc/soft/nvim/+ftplugin/yaml.vim | 1 + etc/soft/nvim/colors/PaperColor_Edit.vim | 1 + etc/soft/nvim/ftplugin/helm/helm.custom.vim | 1 + etc/soft/nvim/ftplugin/yaml/yaml.custom.vim | 1 + 6 files changed, 6 insertions(+) create mode 100644 etc/soft/nvim/+ftplugin/helm.vim create mode 100644 etc/soft/nvim/+ftplugin/yaml.vim create mode 120000 etc/soft/nvim/ftplugin/helm/helm.custom.vim create mode 120000 etc/soft/nvim/ftplugin/yaml/yaml.custom.vim diff --git a/etc/soft/nvim/+ftplugin/ansible.vim b/etc/soft/nvim/+ftplugin/ansible.vim index 52201af..e7883b6 100644 --- a/etc/soft/nvim/+ftplugin/ansible.vim +++ b/etc/soft/nvim/+ftplugin/ansible.vim @@ -4,3 +4,4 @@ if exists('+regexpengine') && ('®expengine' == 0) endif set isfname+=@-@ set path+=./../templates,./../files,templates,files +set commentstring=#\ %s diff --git a/etc/soft/nvim/+ftplugin/helm.vim b/etc/soft/nvim/+ftplugin/helm.vim new file mode 100644 index 0000000..463eea9 --- /dev/null +++ b/etc/soft/nvim/+ftplugin/helm.vim @@ -0,0 +1 @@ +setlocal commentstring=#\ %s diff --git a/etc/soft/nvim/+ftplugin/yaml.vim b/etc/soft/nvim/+ftplugin/yaml.vim new file mode 100644 index 0000000..463eea9 --- /dev/null +++ b/etc/soft/nvim/+ftplugin/yaml.vim @@ -0,0 +1 @@ +setlocal commentstring=#\ %s diff --git a/etc/soft/nvim/colors/PaperColor_Edit.vim b/etc/soft/nvim/colors/PaperColor_Edit.vim index 3d6dc83..1875750 100644 --- a/etc/soft/nvim/colors/PaperColor_Edit.vim +++ b/etc/soft/nvim/colors/PaperColor_Edit.vim @@ -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'] diff --git a/etc/soft/nvim/ftplugin/helm/helm.custom.vim b/etc/soft/nvim/ftplugin/helm/helm.custom.vim new file mode 120000 index 0000000..d7eaad1 --- /dev/null +++ b/etc/soft/nvim/ftplugin/helm/helm.custom.vim @@ -0,0 +1 @@ +../../+ftplugin/helm.vim \ No newline at end of file diff --git a/etc/soft/nvim/ftplugin/yaml/yaml.custom.vim b/etc/soft/nvim/ftplugin/yaml/yaml.custom.vim new file mode 120000 index 0000000..66c3ed6 --- /dev/null +++ b/etc/soft/nvim/ftplugin/yaml/yaml.custom.vim @@ -0,0 +1 @@ +../../+ftplugin/yaml.vim \ No newline at end of file