Compare commits

..

No commits in common. "af0451840d25274518da2c02256ed07322bc9d16" and "34c56cc57055d2c178056523620b8fd6952d1eb2" have entirely different histories.

2 changed files with 0 additions and 6 deletions

View file

@ -38,7 +38,6 @@ opt.smartcase = true -- ...unless mixed case is used in se
opt.backspace = "indent,eol,start" -- allow backspace on indent, eol, or insert mode start position
opt.cursorline = true
opt.swapfile = false -- disable swap file
opt.termguicolors = true
-- highlight trailing white space
vim.fn.matchadd('errorMsg', [[\s\+$]])

View file

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