From b42f041679e9489f805599b99dbad532b2bb2aa2 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Thu, 25 Aug 2022 23:47:53 +0200 Subject: [PATCH] chore(vale): symlink vale folder --- .dotbot.conf.yaml | 1 + nvim/lua/kogakure/lsp/null-ls.lua | 1 - vale.ini | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.dotbot.conf.yaml b/.dotbot.conf.yaml index 8a033b4..e2ae9ac 100644 --- a/.dotbot.conf.yaml +++ b/.dotbot.conf.yaml @@ -22,6 +22,7 @@ ~/.ripgreprc: ripgrep ~/.tmux.conf: tmux.conf ~/.vale.ini: vale.ini + ~/.vale: .vale ~/.wget: wget ~/.zshrc: zshrc diff --git a/nvim/lua/kogakure/lsp/null-ls.lua b/nvim/lua/kogakure/lsp/null-ls.lua index f8c9ae1..e030ff9 100644 --- a/nvim/lua/kogakure/lsp/null-ls.lua +++ b/nvim/lua/kogakure/lsp/null-ls.lua @@ -32,7 +32,6 @@ null_ls.setup({ diagnostics.stylelint, diagnostics.tsc, diagnostics.vale, - -- diagnostics.write_good, -- diagnostics.yamllint, diagnostics.zsh, formatting.autopep8, -- Python diff --git a/vale.ini b/vale.ini index 53b3746..7c014ea 100644 --- a/vale.ini +++ b/vale.ini @@ -1,4 +1,4 @@ -StylesPath = .dotfiles/.vale +StylesPath = .vale MinAlertLevel = suggestion Vocab = Base