Compare commits
2 commits
34c56cc570
...
af0451840d
Author | SHA1 | Date | |
---|---|---|---|
af0451840d | |||
85c24c5129 |
2 changed files with 6 additions and 0 deletions
|
@ -38,6 +38,7 @@ 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,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" })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue