Merge branch 'base' into lsp

This commit is contained in:
Saeed Afzal
2024-07-15 21:44:15 +01:00
3 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,6 @@ api.nvim_create_autocmd({ "BufEnter", "BufWinEnter" }, {
pattern = { "*.go" },
callback = function()
vim.cmd [[Tabs 4]]
vim.cmd [[set nolist]]
end
})

View File

@@ -34,7 +34,7 @@ opt.smartindent = true
opt.shiftwidth = 4
opt.tabstop = 4
opt.list = true
opt.listchars = "lead:·"
opt.listchars = "lead:·,tab:··"
-- Search
vim.opt.ignorecase = true