boom
This commit is contained in:
@@ -1,5 +1,19 @@
|
||||
vim.opt.list = true
|
||||
-- vim.opt.listchars:append "space:⋅"
|
||||
-- vim.opt.list = true
|
||||
vim.opt.listchars:append "space:⋅"
|
||||
vim.opt.listchars:append "eol:↴"
|
||||
|
||||
-- local highlight = {
|
||||
-- "CursorColumn",
|
||||
-- "Whitespace",
|
||||
-- }
|
||||
-- require("ibl").setup {
|
||||
-- indent = { highlight = highlight, char = "" },
|
||||
-- whitespace = {
|
||||
-- highlight = highlight,
|
||||
-- remove_blankline_trail = false,
|
||||
-- },
|
||||
-- scope = { enabled = false },
|
||||
-- }
|
||||
--
|
||||
|
||||
require("ibl").setup()
|
||||
|
||||
@@ -10,7 +10,9 @@ lsp.ensure_installed({
|
||||
lsp.configure('clangd', {
|
||||
init_options = {
|
||||
offsetEncoding = { "utf-8" }
|
||||
}
|
||||
},
|
||||
-- ignore protobuf files
|
||||
filetypes = { "c", "cpp", "objc", "objcpp", "hpp" },
|
||||
})
|
||||
|
||||
-- Fix Undefined global 'vim'
|
||||
|
||||
Reference in New Issue
Block a user