Fix nvim config: copy files directly instead of submodule

This commit is contained in:
2026-06-07 23:04:54 +03:30
parent 4dfabb4710
commit 4126c53488
17 changed files with 798 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
-- 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.opt.expandtab = true
vim.opt.tabstop = 2
vim.opt.softtabstop = 2
vim.opt.shiftwidth = 2