diff options
| author | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
|---|---|---|
| committer | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
| commit | 9fdb3c70f6cec1ee9ad32ac4257e8deb1fef2525 (patch) | |
| tree | 7ea586ce90bae714a81219a0188942f599aeda97 /.config/nvim/ftplugin | |
| parent | c43f28aaa0f24bb442810ccebca03e2376998048 (diff) | |
update
Diffstat (limited to '.config/nvim/ftplugin')
| -rw-r--r-- | .config/nvim/ftplugin/cs.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/nvim/ftplugin/cs.vim b/.config/nvim/ftplugin/cs.vim new file mode 100644 index 0000000..2dc3520 --- /dev/null +++ b/.config/nvim/ftplugin/cs.vim @@ -0,0 +1,3 @@ +set tabstop=4 +set shiftwidth=4 +set expandtab |
