Files
flow/example/dotfiles-repo/_shared/nvim/.config/nvim/init.lua
2026-02-13 12:15:46 +02:00

7 lines
123 B
Lua

vim.opt.number = true
vim.opt.relativenumber = true
vim.opt.expandtab = true
vim.opt.shiftwidth = 2
vim.g.mapleader = " "