diff options
| author | seth <[email protected]> | 2024-04-09 20:25:11 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-04-09 20:25:11 -0400 |
| commit | 6616b478c0d3381ceba1adbe00d15a9f528d733b (patch) | |
| tree | a060c3ea49ea103a649fb79322829e377dfb33b0 /config | |
| parent | 16a1126200932407f9f4562fba961b514a1c91d1 (diff) | |
enable line numbers
Diffstat (limited to 'config')
| -rw-r--r-- | config/lua/getchoo/init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
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") |
