This commit is contained in:
Henrik Bakken
2024-01-03 22:50:20 +01:00
parent d2047cf642
commit 6f0637abfe
3 changed files with 6 additions and 1 deletions
+2
View File
@@ -855,6 +855,8 @@ vim.o.listchars = "tab:→ ,trail:·,extends:↷,precedes:↶,nbsp:+,eol:↵"
vim.o.list = true -- Show listchars
-- search
vim.opt.smartcase = false
vim.opt.ignorecase = false
vim.opt.wildmode = { "full" } -- Command-line completion mode
vim.opt.wildignore = vim.opt.wildignore
+ { "*swp", "*.class", "*.pyc", "*.png", "*.jpg", "*.gif", "*.zip", "*/tmp/*", "*.o", ".obj", "*.so" }