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/cspell.yaml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 configs/nvim/cspell.yaml (limited to 'configs/nvim/cspell.yaml') diff --git a/configs/nvim/cspell.yaml b/configs/nvim/cspell.yaml deleted file mode 100644 index 2a716e2..0000000 --- a/configs/nvim/cspell.yaml +++ /dev/null @@ -1,13 +0,0 @@ -dictionaryDefinitions: - - name: nvim-words - path: './nvim-words.txt' - addWords: true - -dictionaries: - - nvim-words - -words: - - crupest - -ignorePaths: - - lazy-lock.json -- cgit v1.2.3