This commit is contained in:
Jaroslaw Konik 2024-05-17 16:47:51 +02:00
parent b38eb86ac3
commit 1f62b28fee

View file

@ -23,6 +23,8 @@ vim.g.loaded_netrwPlugin = 1
vim.wo.number = true vim.wo.number = true
vim.opt.shortmess:append("sI") vim.opt.shortmess:append("sI")
vim.opt.wrap = false vim.opt.wrap = false
vim.opt.title = true
vim.opt.titlestring = [[%{fnamemodify(getcwd(), ':t')}]]
if vim.g.vscode then if vim.g.vscode then
require("lazy").setup({ require("lazy").setup({