This website requires JavaScript.
Explore
Help
Sign In
noah
/
dotfiles
Watch
1
Star
0
Fork
0
You've already forked dotfiles
mirror of
https://github.com/nmasur/dotfiles
synced
2024-11-10 06:22:56 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0833a0009c
dotfiles
/
modules
/
common
/
neovim
/
init.lua
5 lines
85 B
Lua
Raw
Normal View
History
Unescape
Escape
refactor neovim into proper lua files
2022-07-09 21:27:04 +00:00
require
(
"
packer_init
"
)
require
(
"
settings
"
)
require
(
"
keybinds
"
)
refactor colors and options preparing for light mode, even though specializations aren't working
2022-11-03 01:29:14 +00:00
require
(
"
background
"
)
Reference in New Issue
Copy Permalink