This website requires JavaScript.
Explore
Help
Sign In
vorboyvo
/
nix-dotfiles
Watch
1
Star
0
Fork
You've already forked nix-dotfiles
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
8e59184658
nix-dotfiles
/
programs
/
neovim
/
init.lua
7 lines
88 B
Lua
Raw
Normal View
History
Unescape
Escape
Got a very rudimentary neovim config set up using lua
2024-01-15 15:36:10 -05:00
-- Options
--- ui
vim.opt
.
number
=
true
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
vim.opt
.
syntax
=
'
on
'
vim.opt
.
smartcase
=
true
Reference in a new issue
Copy permalink