Update Linux Shell and Neovim

This commit is contained in:
js0ny 2024-08-04 16:29:18 +08:00
parent f04850314f
commit b6b73fdf12
10 changed files with 192 additions and 37 deletions

View file

@ -1,3 +1,12 @@
-- Options are automatically loaded before lazy.nvim startup
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
-- Add any additional options here
vim.g.autoformat = true
vim.g.lazygit_config = true
-- Tabs
vim.opt.tabstop = 4
vim.opt.softtabstop = 4
vim.opt.shiftwidth = 4
vim.opt.expandtab = true