all repos — nixfiles @ cfe7ce6921e4ee5fd0426353e86cbe04751091e5

System and user configuration, managed by nix and home-manager

nvim: show line numbers
Alan Pearce alan@alanpearce.eu
Sun, 02 Apr 2023 20:22:11 +0200
commit

cfe7ce6921e4ee5fd0426353e86cbe04751091e5

parent

644172e81b7a484a520cf07a43ae6f4f726861db

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M user/nvim/init.luauser/nvim/init.lua
@@ -4,6 +4,7 @@ vim.opt.background = "light" vim.opt.shiftwidth = 2
 vim.opt.tabstop = 2
 vim.opt.expandtab = false
+vim.opt.number = true
 
 local keyset = vim.keymap.set
 -- Autocomplete