Update lua/pika/core/options.lua

This commit is contained in:
Alexander Pieck 2024-09-10 06:36:11 +00:00
parent 22f08346d1
commit 7f58cd63bc

View file

@ -52,6 +52,9 @@ o.swapfile = false
-- Disable the tilde on empty lines
o.fillchars = { eob = " " }
-- SudaRead automatic if file is inaccessible
vim.g.suda_smart_edit = 1
vim.api.nvim_create_autocmd("TextYankPost", {
desc = "Highlight when yanking (copying) text",
group = vim.api.nvim_create_augroup("kickstart-highlight-yank", { clear = true }),