diff --git a/lua/custom/configs/settings.lua b/lua/custom/configs/settings.lua index 5b558a12..5b1dd539 100644 --- a/lua/custom/configs/settings.lua +++ b/lua/custom/configs/settings.lua @@ -1,5 +1,6 @@ local global = vim.g local o = vim.o +local opt = vim.opt -- Copilot global.copilot_assume_mapped = true @@ -39,3 +40,7 @@ o.colorcolumn = '80' o.timeoutlen = 500 +-- Spell check +opt.spelllang = 'en_us' +opt.spell = false + diff --git a/lua/custom/plugins/go.lua b/lua/custom/plugins/go.lua new file mode 100644 index 00000000..1cf879a2 --- /dev/null +++ b/lua/custom/plugins/go.lua @@ -0,0 +1,3 @@ +return { + 'fatih/vim-go', +} diff --git a/spell/en.utf-8.add b/spell/en.utf-8.add new file mode 100644 index 00000000..6d698ef2 --- /dev/null +++ b/spell/en.utf-8.add @@ -0,0 +1,71 @@ +Dockerfile +jpetazzo +github +repo +https +dockerfile +Makefile +Dockerfiles +Docker's +linux +CPUS +CPUs +devicemapper +IPv4 +VLANs +iptables +subnet +DNAT +untrusted +loopback +veth +VOIP +Erlang +DNS +CNI +Kubernates +CNM +IPVS +GW +CIDR +multiple +Redis +SRV +backends +HAProxy +NGINX +backend +balancer +ubuntu +busybox +bg +config +SIGNIT +REPL +Eval +TUI +doenst +src +UID +metadata +CMD +yaml +reconfiguring +orchestrator +kubernetes +stdin +syslog +stderr +sdtout +kibana +elasticsearch +GELK +ElasticSearch +GELF +Logstash +UI +scarch +popstar +Spiderman +favourite +colour diff --git a/spell/en.utf-8.add.spl b/spell/en.utf-8.add.spl new file mode 100644 index 00000000..bc50640c Binary files /dev/null and b/spell/en.utf-8.add.spl differ