update
This commit is contained in:
parent
b38eb86ac3
commit
1f62b28fee
1 changed files with 2 additions and 0 deletions
2
init.lua
2
init.lua
|
|
@ -23,6 +23,8 @@ vim.g.loaded_netrwPlugin = 1
|
|||
vim.wo.number = true
|
||||
vim.opt.shortmess:append("sI")
|
||||
vim.opt.wrap = false
|
||||
vim.opt.title = true
|
||||
vim.opt.titlestring = [[%{fnamemodify(getcwd(), ':t')}]]
|
||||
|
||||
if vim.g.vscode then
|
||||
require("lazy").setup({
|
||||
|
|
|
|||
Loading…
Reference in a new issue