mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-04-13 05:43:50 +00:00
fix typos
This commit is contained in:
parent
5f4e279187
commit
2859100b0d
2 changed files with 3 additions and 2 deletions
3
.github/typos.toml
vendored
3
.github/typos.toml
vendored
|
|
@ -10,6 +10,7 @@ default.extend-ignore-words-re = [
|
||||||
"esy",
|
"esy",
|
||||||
"BA", # somehow "BANanaD3V" is valid, but BA is not...
|
"BA", # somehow "BANanaD3V" is valid, but BA is not...
|
||||||
"Emac",
|
"Emac",
|
||||||
"tese" # for glsl shaders
|
"tese", # for glsl shaders
|
||||||
|
"Caue",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -280,7 +280,7 @@ in {
|
||||||
lua
|
lua
|
||||||
*/
|
*/
|
||||||
''
|
''
|
||||||
-- Set unkown file types!
|
-- Set unknown file types!
|
||||||
vim.filetype.add {
|
vim.filetype.add {
|
||||||
extension = {
|
extension = {
|
||||||
razor = "razor",
|
razor = "razor",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue