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