summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dotfiles/vim.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/vim.lua b/dotfiles/vim.lua
index 1acff0d..ff29d30 100644
--- a/dotfiles/vim.lua
+++ b/dotfiles/vim.lua
@@ -30,7 +30,7 @@ vim.o.completeopt = "menu,menuone,preview,noinsert,noselect"
30 30
31-- Use ripgrep 31-- Use ripgrep
32vim.o.grepprg = vim.g.ripgrep_path .. " --vimgrep --smart-case" 32vim.o.grepprg = vim.g.ripgrep_path .. " --vimgrep --smart-case"
33vim.o.grepformat = "%f:%l:%c:%m" .. vim.o.grepformat 33vim.o.grepformat = "%f:%l:%c:%m," .. vim.o.grepformat
34 34
35vim.o.termguicolors = true 35vim.o.termguicolors = true
36vim.o.background = "dark" 36vim.o.background = "dark"