From 6616b478c0d3381ceba1adbe00d15a9f528d733b Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 9 Apr 2024 20:25:11 -0400 Subject: enable line numbers --- config/lua/getchoo/init.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/lua/getchoo/init.lua b/config/lua/getchoo/init.lua index c73e88d..a919bc8 100644 --- a/config/lua/getchoo/init.lua +++ b/config/lua/getchoo/init.lua @@ -5,9 +5,11 @@ opt.tabstop = 2 -- https://www.reddit.com/r/neovim/comments/14n6iiy/if_you_have_treesitter_make_sure_to_disable -- TLDR: this breaks things with treesitter indent opt.smartindent = false +opt.number = true opt.wrap = true opt.syntax = "on" opt.termguicolors = true +opt.mouse = "a" local backupDir = vim.fn.stdpath("state") .. "/backup" local b = io.open(backupDir, "r") -- cgit v1.2.3