fix formatting issue

This commit is contained in:
2024-03-20 08:13:27 +00:00
parent 3fda145ea0
commit 62a04fa842
8 changed files with 227 additions and 225 deletions

View File

@ -1,4 +1,4 @@
require "nvchad.options"
require("nvchad.options")
local opt = vim.opt
local g = vim.g
@ -10,4 +10,3 @@ opt.guifont = "FiraCode Nerd Font:h12"
-- neovide stuff
g.neovide_scale_factor = 0.7
-- g.neovide_transparency = 0.8

3
stylua.toml Normal file
View File

@ -0,0 +1,3 @@
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2