Files
dotfiles/nvim/.config/nvim/after/ftplugin/lua.lua
T
joakim 4eb93b7640 Initial commit
Dotfiles managed with GNU Stow: Hyprland (Lua config), Neovim, zsh,
tmux, ghostty, alacritty, waybar, yazi, lazygit, herdr, Claude Code.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-12 18:02:28 +02:00

5 lines
119 B
Lua

-- Setting vim options for spesific languages. after/ftplugin/{lang}.lua
local set = vim.opt_local
set.shiftwidth = 2