mirror of
https://github.com/hazemKrimi/config.nvim.git
synced 2026-05-01 18:20:26 +00:00
chore: set auto read open buffer
This commit is contained in:
@@ -2,6 +2,7 @@ vim.g.loaded_netrw = 1
|
|||||||
vim.g.loaded_netrwPlugin = 1
|
vim.g.loaded_netrwPlugin = 1
|
||||||
vim.wo.number = true
|
vim.wo.number = true
|
||||||
vim.o.winborder = "single"
|
vim.o.winborder = "single"
|
||||||
|
vim.o.autoread = true
|
||||||
vim.o.relativenumber = true
|
vim.o.relativenumber = true
|
||||||
vim.o.clipboard = 'unnamedplus'
|
vim.o.clipboard = 'unnamedplus'
|
||||||
vim.o.wrap = false
|
vim.o.wrap = false
|
||||||
|
|||||||
Reference in New Issue
Block a user