Add neovim ftdetect files

This commit is contained in:
2024-12-29 11:19:06 +01:00
parent 3fffb88530
commit 655f3d0ff2
14 changed files with 124 additions and 0 deletions

View File

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