neovim: ignore Godot .uid files
This commit is contained in:
parent
85c24c5129
commit
af0451840d
1 changed files with 5 additions and 0 deletions
|
@ -29,6 +29,11 @@ return {
|
||||||
git = {
|
git = {
|
||||||
ignore = false
|
ignore = false
|
||||||
},
|
},
|
||||||
|
filters = {
|
||||||
|
custom = {
|
||||||
|
'*.uid', -- ignore Godot .uid files
|
||||||
|
},
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
vim.keymap.set('n', '\\e', '<cmd>NvimTreeToggle<cr>', {desc = "Toggle file explorer" })
|
vim.keymap.set('n', '\\e', '<cmd>NvimTreeToggle<cr>', {desc = "Toggle file explorer" })
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue