mirror of
https://github.com/sadan4/nvim.git
synced 2025-06-08 12:53:02 -04:00
file
This commit is contained in:
parent
f18543cfa7
commit
c5b2c0b584
6 changed files with 73 additions and 21 deletions
|
@ -6,4 +6,11 @@ vim.opt.shiftround = true
|
|||
vim.opt.shiftwidth = 4
|
||||
vim.opt.smartcase = true
|
||||
vim.opt.ignorecase = true
|
||||
vim.opt.scrolloff = 4
|
||||
vim.opt.scrolloff = 6
|
||||
|
||||
vim.api.nvim_create_autocmd({ "BufEnter" }, {
|
||||
|
||||
callback = function()
|
||||
package.loaded.presence:update()
|
||||
end,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue