correct lua patterns
This commit is contained in:
parent
1db24e5527
commit
853ade4fba
@ -2,9 +2,6 @@
|
||||
|
||||
-- sway config
|
||||
vim.filetype.add({
|
||||
filename = {
|
||||
['/home/spinach/.dotfiles/gui/sway/base.conf'] = 'swayconfig',
|
||||
},
|
||||
pattern = {
|
||||
['.*/sway/.*'] = 'swayconfig',
|
||||
},
|
||||
@ -13,6 +10,6 @@ vim.filetype.add({
|
||||
-- calcurse notes as markdown
|
||||
vim.filetype.add({
|
||||
pattern = {
|
||||
['/tmp/calcurse*;$HOME/.local/share/calcurse/notes/*'] = 'markdown',
|
||||
['/tmp/calcurse.*;.*/calcurse/notes/.*'] = 'markdown',
|
||||
},
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user