neovim: add ftplugin files

This commit is contained in:
2023-08-29 00:51:46 +03:00
parent 825741df8c
commit cf8f1a1305
6 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
vim.bo.tabstop = 2
vim.bo.shiftwidth = 2
vim.bo.expandtab = false