This commit is contained in:
Kim Ravn Hansen
2025-11-03 10:50:19 +01:00
parent 57194a0ba8
commit 4fbb2ac6c0
4 changed files with 29 additions and 3 deletions

2
.gitignore vendored
View File

@@ -1,3 +1 @@
out/*
.nvimrc
.spell*

14
.nvim.lua Executable file
View File

@@ -0,0 +1,14 @@
vim.notify("Local nvim config loaded", vim.log.levels.INFO)
-------------------------------------------------------------
-- Set spell info, but only for files inside the current dir
------------------------------------------------------------
local project_root = vim.fn.getcwd()
vim.api.nvim_create_autocmd("BufEnter", {
pattern = project_root .. "/*",
callback = function()
vim.opt_local.spell = true
vim.opt_local.spelllang = "en"
vim.opt_local.spellfile = project_root .. "/.spell.add"
end,
})

12
.spell.add Executable file
View File

@@ -0,0 +1,12 @@
Tissemand
Garg
WYRDS
Targ
Farg
golem
Cowlbear
Gooblin
Halvbitter
Mandag
badass
Djinn

View File

@@ -926,7 +926,7 @@ This chapter is not for
* Map
** The world should be weird and funny, but not ridiculous.
** ShipWorld: the world, when seen from above, looks like the outline of a
ship, that's seen from above. But instead of being made of wooden planks,
ship, that's also seen from above. But instead of being made of wooden planks,
there is real terrain and flora. But there should/could be elevation changes
where the different decks (such as the Poop Deck) are.
*** What's around the ship?
@@ -983,3 +983,5 @@ This chapter is not for
** Halvbitter: more badass than Djinn
** Gooblin
** Cowlbear (a bear in a cowl?)