changes for the config
This commit is contained in:
parent
aa324a3cc0
commit
acc5c649f3
4 changed files with 162 additions and 191 deletions
|
@ -1,3 +1,5 @@
|
|||
require("pika.core.options")
|
||||
require("pika.core.keymaps")
|
||||
require("pika.core.custom")
|
||||
require("pika.core.custom.terminalcmd")
|
||||
require("pika.core.custom.hugopaste")
|
||||
|
|
|
@ -54,7 +54,10 @@ o.swapfile = false
|
|||
|
||||
-- Disable the tilde on empty lines
|
||||
-- enable slimline bubble chain ( )----( )
|
||||
o.fillchars = { eob = " ", stl = "─" }
|
||||
o.fillchars = {
|
||||
eob = " ",
|
||||
-- stl = "─",
|
||||
}
|
||||
|
||||
-- SudaRead automatic if file is inaccessible
|
||||
vim.g.suda_smart_edit = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue