From f9d408de7ac61ecad66406e63cec4c51140e0a42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Sat, 30 Oct 2021 23:48:37 +0200 Subject: [PATCH] Updated nvim --- .config/nvim/coc-settings.json | 5 +++++ .config/nvim/init.vim | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.config/nvim/coc-settings.json b/.config/nvim/coc-settings.json index afa14cc..4061a48 100644 --- a/.config/nvim/coc-settings.json +++ b/.config/nvim/coc-settings.json @@ -1,10 +1,15 @@ { "yaml.schemaStore.enable": true, + "yaml.format.enable": true, + "yaml.validate": true, "yaml.schemas": { "https://json.schemastore.org/ansible-role-2.9.json": "*.yaml", "https://json.schemastore.org/ansible-playbook.json": "*.yaml", "https://json.schemastore.org/ansible-inventory.json": "*yaml", "https://raw.githubusercontent.com/ansible-community/schemas/main/f/ansible-galaxy.json": "*.yaml", + "https://raw.githubusercontent.com/docker/cli/master/cli/compose/schema/data/config_schema_v3.9.json": "*docker-compose.yml", + "https://json.schemastore.org/github-workflow.json": ".github/workflows/*", + "https://json.schemastore.org/docker-compose.json": "*.yaml" }, "python.formatting.provider": "black", diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 9e2fbef..ea7e1c0 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -43,8 +43,7 @@ call plug#begin('~/.config/nvim/plugged') " Goyo plugin for writing mutt mail Plug 'junegunn/goyo.vim' - " Theme gruvbox - Plug 'dracula/vim', { 'as': 'dracula'} + " Themes Plug 'gruvbox-community/gruvbox', { 'as': 'gruvbox'} " Fzf plugin