mirror of
https://github.com/tuxdotrs/tnvim.git
synced 2025-07-06 21:36:34 +05:30
update nvchad to 2.5.0
This commit is contained in:
13
pkgs/nvchad/nvim/lua/options.lua
Normal file
13
pkgs/nvchad/nvim/lua/options.lua
Normal file
@ -0,0 +1,13 @@
|
||||
require "nvchad.options"
|
||||
|
||||
local opt = vim.opt
|
||||
local g = vim.g
|
||||
|
||||
opt.relativenumber = true
|
||||
opt.scrolloff = 5
|
||||
opt.guifont = "FiraCode Nerd Font:h12"
|
||||
|
||||
-- neovide stuff
|
||||
g.neovide_scale_factor = 0.7
|
||||
-- g.neovide_transparency = 0.8
|
||||
|
Reference in New Issue
Block a user