Compare commits
No commits in common. "af0451840d25274518da2c02256ed07322bc9d16" and "34c56cc57055d2c178056523620b8fd6952d1eb2" have entirely different histories.
af0451840d
...
34c56cc570
2 changed files with 0 additions and 6 deletions
|
@ -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\+$]])
|
||||
|
|
|
@ -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" })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue