Configure spelling and a custom dictionary file
This commit is contained in:
parent
67529832a7
commit
80fc14d063
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
# Nix.
|
# Nix.
|
||||||
/result
|
/result
|
||||||
|
/spell/*.spl
|
||||||
|
|
|
@ -26,6 +26,7 @@ local settings = {
|
||||||
signcolumn = "yes:1",
|
signcolumn = "yes:1",
|
||||||
smartindent = true,
|
smartindent = true,
|
||||||
softtabstop = 2,
|
softtabstop = 2,
|
||||||
|
spellfile = "/home/opdavies/Code/personal/opdavies.nvim/spell/en.utf-8.add",
|
||||||
swapfile = false,
|
swapfile = false,
|
||||||
syntax = "on",
|
syntax = "on",
|
||||||
tabstop = 2,
|
tabstop = 2,
|
||||||
|
|
40
spell/en.utf-8.add
Normal file
40
spell/en.utf-8.add
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
CMSes
|
||||||
|
Centarro
|
||||||
|
DDEV
|
||||||
|
Drupal
|
||||||
|
Drupal's
|
||||||
|
DrupalCamp
|
||||||
|
DrupalCon
|
||||||
|
Drupaler
|
||||||
|
Drush
|
||||||
|
InvalidArgumentException
|
||||||
|
Kickstart
|
||||||
|
Lando
|
||||||
|
NodeInterface
|
||||||
|
PDOException
|
||||||
|
PHPUnit
|
||||||
|
PostBuilder
|
||||||
|
PostNodeRepository
|
||||||
|
SQLSTATE
|
||||||
|
SQLite
|
||||||
|
Sculpin
|
||||||
|
TODO
|
||||||
|
TermInterface
|
||||||
|
Ubercart
|
||||||
|
assertContainsOnlyInstancesOf
|
||||||
|
assertSame
|
||||||
|
drupal
|
||||||
|
eCommerce
|
||||||
|
foreach
|
||||||
|
getPost
|
||||||
|
hotfix
|
||||||
|
isNotPublished
|
||||||
|
isPublished
|
||||||
|
nodeStorage
|
||||||
|
osCommerce
|
||||||
|
param
|
||||||
|
rebase
|
||||||
|
rebasing
|
||||||
|
src
|
||||||
|
worktree
|
||||||
|
worktrees
|
Reference in a new issue