From 78e2309f2f93aeaa446a929072e3019dd19ce104 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Tue, 18 Mar 2025 09:38:14 +0100 Subject: [PATCH] [Spell] Add new words --- nvim/spell/en.utf-8.add | 1 + nvim/spell/en.utf-8.add.spl | Bin 94 -> 101 bytes nvim/util/verible-conf.json | 11 +++++++++++ 3 files changed, 12 insertions(+) create mode 100644 nvim/util/verible-conf.json diff --git a/nvim/spell/en.utf-8.add b/nvim/spell/en.utf-8.add index 24244e1..f19e3c3 100644 --- a/nvim/spell/en.utf-8.add +++ b/nvim/spell/en.utf-8.add @@ -2,3 +2,4 @@ NeoVim config Supremum Infimum +iff diff --git a/nvim/spell/en.utf-8.add.spl b/nvim/spell/en.utf-8.add.spl index 4a148822f8d44b8fd6e48b0551def6d4e18267e9..71dea35c0972c6ccadcb8f18a017193773c86534 100644 GIT binary patch delta 72 zcmaz`)d=(SEiOpS$uauRz`$U}lAM`W%$U!Z$C$>L$(YW_z?7E9$jHFJpEglZMN%pi UsD_Wxk1-XfBn+q^7bpb+0EHzEM*si- delta 44 zcmYd|Qw;O;EiOpS$uauRz`$V4lAM`W%$U!Z$C$>L$(YW_z?e5tLxoX%qOSx19)$~e diff --git a/nvim/util/verible-conf.json b/nvim/util/verible-conf.json new file mode 100644 index 0000000..7cd68b1 --- /dev/null +++ b/nvim/util/verible-conf.json @@ -0,0 +1,11 @@ +{ + "no_empty_module": "warn", + "no_unreachable": "error", + "no_default_parameter": "info", + "no_implicit_parameter": "warn", + "no_define_with_no_value": "error", + "no_unused_variable": "error", + "no_multiple_define": "error", + "no_redundant_define": "warn", + "no_trailing_spaces": "off" +}