neovim: ignore Godot .uid files

This commit is contained in:
Mark Riedesel 2025-03-15 14:27:58 -05:00
parent 85c24c5129
commit af0451840d

View file

@ -29,6 +29,11 @@ return {
git = {
ignore = false
},
filters = {
custom = {
'*.uid', -- ignore Godot .uid files
},
},
})
vim.keymap.set('n', '\\e', '<cmd>NvimTreeToggle<cr>', {desc = "Toggle file explorer" })