Merge branch 'base' into lsp
This commit is contained in:
@@ -11,7 +11,6 @@ api.nvim_create_autocmd({ "BufEnter", "BufWinEnter" }, {
|
||||
pattern = { "*.go" },
|
||||
callback = function()
|
||||
vim.cmd [[Tabs 4]]
|
||||
vim.cmd [[set nolist]]
|
||||
end
|
||||
})
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user