This commit is contained in:
talksik
2023-10-24 20:57:48 -07:00
parent edcabc5bfa
commit 681f93316b
5 changed files with 21 additions and 5 deletions
+16 -2
View File
@@ -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()
+3 -1
View File
@@ -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'