Re-add en.utf-8.add spellfile

This commit is contained in:
Oliver Davies 2024-10-26 15:45:29 +01:00
parent d4daaa1509
commit cffba6b6b6
4 changed files with 115 additions and 2 deletions

1
config/neovim/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/spell/*.spl

View file

@ -27,7 +27,7 @@ local settings = {
signcolumn = "yes:1",
smartindent = true,
softtabstop = 2,
spellfile = "/home/opdavies/Code/opdavies.nvim/spell/en.utf-8.add",
spellfile = "/home/opdavies/Code/dotfiles.nix/config/neovim/spell/en.utf-8.add",
swapfile = false,
syntax = "on",
tabstop = 2,

View file

@ -0,0 +1,112 @@
ANP
AWS
Acquia
Ansible
Appnovation
Architected
BAU
Behat
Bluecheese
CMSes
CTI
Centarro
CiviCRM
Configs
DDEV
DevOps
DigitalOcean
Drupal
Drupal's
DrupalCamp
DrupalCon
DrupalEasy
Drupaler
Drush
FPM
FTSE
HDN
HashiCorp
InvalidArgumentException
Inviqa
JSON
Kickstart
Lando
Laravel
Linode
Magento
Microserve
Mischa
MySQL
NGINX
Neovim
Netlify
Nginx
NixOS
NodeInterface
Nomensa
OpenID
OpenTofu
PDOException
PHPStan
PHPUnit
Packagist
PhpStorm
PostBuilder
PostNodeRepository
Pulumi
S3
SHA
SQLSTATE
SQLite
SSO
Sculpin
Silex
Sylius
Symfony
TODO
TermInterface
Themers
TypeScript
Ubercart
VSCode
WCAG
WSL
Wellbeing
ZSH
Zellij
Zettelkasten
architected
assertContainsOnlyInstancesOf
assertSame
autorandr
bootcamp
contrib
dotfiles
drupal
eCommerce
foreach
getPost
hotfix
isNotPublished
isPublished
localhost
mentees
nodeStorage
opdavies
osCommerce
param
reStructuredText
rebase
rebasing
roadmapping
rst2pdf
rwxrob
src
stylesheet
stylesheets
testbot
tmux
wildcard
worktree
worktrees
www

View file

@ -9,6 +9,6 @@
s = "secrets";
secrets = ''doppler --project "$(whoami)" run'';
tag = "tag-release";
vss = "LC_ALL=C sort --unique $REPOS/opdavies.nvim/spell/en.utf-8.add --output $REPOS/opdavies.nvim/spell/en.utf-8.add";
vss = "LC_ALL=C sort --unique $REPOS/dotfiles.nix/config/neovim/spell/en.utf-8.add --output $REPOS/dotfiles.nix/config/neovim/spell/en.utf-8.add";
wt = "git worktree";
}