This commit is contained in:
2023-06-20 14:03:00 -04:00
parent f7999d7c9a
commit e9ca2e5a6e
9 changed files with 67 additions and 24 deletions

View File

@@ -45,3 +45,5 @@ require("lazy").setup({
},
},
})
vim.api.nvim_set_hl(0, "@type.qualifier", { link = "Keyword" })

View File

@@ -7,5 +7,6 @@ opt.autowriteall = true
opt.colorcolumn = "100"
opt.hidden = false
opt.tabstop = 4
opt.sidescrolloff = 0
opt.shiftwidth = 4
opt.relativenumber = false