mirror of
https://github.com/tomru/nvim.git
synced 2026-03-03 22:47:18 +01:00
set title and global statusline
This commit is contained in:
6
init.lua
6
init.lua
@@ -98,6 +98,12 @@ vim.g.have_nerd_font = false
|
|||||||
-- NOTE: You can change these options as you wish!
|
-- NOTE: You can change these options as you wish!
|
||||||
-- For more options, you can see `:help option-list`
|
-- For more options, you can see `:help option-list`
|
||||||
|
|
||||||
|
-- set title of terminal
|
||||||
|
vim.opt.title = true
|
||||||
|
|
||||||
|
-- single statusbar
|
||||||
|
vim.opt.laststatus = 3
|
||||||
|
|
||||||
-- Make line numbers default
|
-- Make line numbers default
|
||||||
vim.opt.number = true
|
vim.opt.number = true
|
||||||
-- You can also add relative line numbers, for help with jumping.
|
-- You can also add relative line numbers, for help with jumping.
|
||||||
|
|||||||
Reference in New Issue
Block a user