all repos

init.lua @ ec1e0d1ce062eddb7de78c7567bb7d30361d7be1

my nvim config
1 files changed, 3 insertions(+), 0 deletions(-)
feat: setup ftplugin for fish
Author: Olexandr Smirnov olexsmir@gmail.com
Committed at: 2025-07-24 14:05:45 +0300
Parent: 6e20bfb
A after/ftplugin/fish.lua

@@ -0,0 +1,3 @@

+vim.opt_local.tabstop = 2 +vim.opt_local.shiftwidth = 2 +vim.opt_local.softtabstop = 2