AutoYADM commit: 2024-12-30 22:15:02
This commit is contained in:
parent
e74f963129
commit
8bb6fb8e3d
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@
|
|||
-- but disable it for normal mode commands like `o`
|
||||
-- vim.g.prev_conceallevel = 0
|
||||
|
||||
vim.filetype.add({
|
||||
filename = {
|
||||
["base.keymap"] = "dts",
|
||||
},
|
||||
})
|
||||
vim.api.nvim_create_autocmd({ "InsertLeave", "FileType" }, {
|
||||
-- pattern = "*",
|
||||
buffer = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue