mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-28 19:50:05 +02:00
update
This commit is contained in:
parent
f170d99a8c
commit
51f620cadd
3 changed files with 11 additions and 2 deletions
|
@ -42,6 +42,14 @@ vim.api.nvim_create_autocmd({ "QuitPre" }, {
|
|||
end,
|
||||
})
|
||||
|
||||
local autocmd = vim.api.nvim_create_autocmd
|
||||
autocmd("VimEnter", {
|
||||
pattern = "*",
|
||||
callback = function()
|
||||
vim.opt.statusline = "%#normal# "
|
||||
end,
|
||||
})
|
||||
|
||||
-- Autoformat
|
||||
-- augroup _lsp
|
||||
-- autocmd!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue