Added toggleterm
This commit is contained in:
@@ -7,11 +7,12 @@ vim.opt.number = true
|
||||
vim.opt.relativenumber = true
|
||||
|
||||
-- GUI stuff
|
||||
vim.opt.cursorline = true -- Highlight the current line
|
||||
vim.opt.colorcolumn = "80,120" -- Show vertical ruler
|
||||
vim.opt.scrolloff = 8 -- Keep at least 8 lines between the cursor and the borders
|
||||
vim.opt.wrap = false -- Don't wrap long lines
|
||||
vim.opt.laststatus = 3 -- Single global status bar
|
||||
vim.opt.cursorline = true -- Highlight the current line
|
||||
vim.opt.colorcolumn = "80,120" -- Show vertical ruler
|
||||
vim.opt.scrolloff = 8 -- Keep at least 8 lines between the cursor and the borders
|
||||
vim.opt.wrap = false -- Don't wrap long lines
|
||||
vim.opt.laststatus = 3 -- Single global status bar
|
||||
vim.opt.fillchars = { eob = ' ' } -- Don't put `~` at the end of buffer
|
||||
|
||||
-- Show whitespace characters (tabs, trailing spaces, etc.)
|
||||
vim.opt.list = true
|
||||
|
||||
Reference in New Issue
Block a user