From ec32328466544dca1d2b7db759ea119571080e10 Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 7 Sep 2024 03:09:26 +0800 Subject: config(nvim): create new file structure. --- configs/nvim/config-root/cspell.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 configs/nvim/config-root/cspell.yaml (limited to 'configs/nvim/config-root/cspell.yaml') diff --git a/configs/nvim/config-root/cspell.yaml b/configs/nvim/config-root/cspell.yaml new file mode 100644 index 0000000..2a716e2 --- /dev/null +++ b/configs/nvim/config-root/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