From 412ad3daceb6d3bcd5c5c2832a5d87a622556477 Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 2 Oct 2023 00:02:38 +0800 Subject: Update nvim configs. --- configs/nvim/cspell.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 configs/nvim/cspell.yaml (limited to 'configs/nvim/cspell.yaml') diff --git a/configs/nvim/cspell.yaml b/configs/nvim/cspell.yaml new file mode 100644 index 0000000..2a716e2 --- /dev/null +++ b/configs/nvim/cspell.yaml @@ -0,0 +1,13 @@ +dictionaryDefinitions: + - name: nvim-words + path: './nvim-words.txt' + addWords: true + +dictionaries: + - nvim-words + +words: + - crupest + +ignorePaths: + - lazy-lock.json -- cgit v1.2.3