nix-dotfiles/programs/neovim/init.lua
vorboyvo 51c4c60399 enabled tailscale
removed the dumb xdg terminal exec flake; look into this later
replaced kitty with wezterm as terminal emulator. look into problems with WM-related crashes
added gimp, inkscape, factorio, ibm plex fonts to home packages
added VISUAL=nvim to bash profile
added thunderbird
added options to neovim init.lua
2024-01-23 10:45:26 -05:00

7 lines
88 B
Lua

-- Options
--- ui
vim.opt.number = true
vim.opt.syntax = 'on'
vim.opt.smartcase = true