Thomas Gideon
b135ce095b
- text.lua for markdown focused projects like personal wiki, diary - leptos.lua for Rust projects using leptos, to set some rust-analyzer settings that help with with conditional compilation used by cargo-leptos
3 lines
87 B
Lua
3 lines
87 B
Lua
vim.cmd('colorscheme quiet')
|
|
vim.opt.background = "light"
|
|
vim.opt.termguicolors = true
|