fix(nvim): settings for gleam files where not used
This commit is contained in:
parent
ded2d9a7b3
commit
58a67a2dee
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
local gleamcmd = vim.api.nvim_create_augroup('gleam', { clear = true })
|
||||
|
||||
vim.api.nvim_create_autocmd({ 'FileType' }, {
|
||||
pattern = 'glean',
|
||||
pattern = 'gleam',
|
||||
group = gleamcmd,
|
||||
command = 'setlocal setlocal ts=2 sts=2 sw=2 expandtab',
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue