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
7 lines
88 B
Lua
7 lines
88 B
Lua
-- Options
|
|
--- ui
|
|
vim.opt.number = true
|
|
vim.opt.syntax = 'on'
|
|
vim.opt.smartcase = true
|
|
|