mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-27 03:39:20 +09:00
add: nvim: ftplugin for satysfi to change tab size
This commit is contained in:
parent
1108ea7e3a
commit
9cc5bc186e
3 changed files with 11 additions and 0 deletions
7
dotfiles/neovim/after/ftplugin/satysfi.lua
Normal file
7
dotfiles/neovim/after/ftplugin/satysfi.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
-- filetype plugin for satysfi
|
||||
-- loaded after
|
||||
|
||||
-- tab
|
||||
vim.o.tabstop = 2
|
||||
vim.o.shiftwidth = 2
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue