vimrc/projects/text.lua
Thomas Gideon b135ce095b Add project files
- 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
2024-06-24 10:27:53 -04:00

3 lines
87 B
Lua

vim.cmd('colorscheme quiet')
vim.opt.background = "light"
vim.opt.termguicolors = true