Replace F# neovim configuration with Twig

This commit is contained in:
Eugen Wissner 2024-12-29 11:44:01 +01:00
parent 655f3d0ff2
commit 34224deff7
Signed by: belka
GPG Key ID: A27FDC1E8EE902C0
4 changed files with 4 additions and 4 deletions

View File

@ -1,3 +0,0 @@
set expandtab
set softtabstop=4
set shiftwidth=4

View File

@ -1 +0,0 @@
autocmd BufNewFile,BufRead *.fs,*.fsi set filetype=fsharp

View File

@ -0,0 +1 @@
autocmd BufNewFile,BufRead *.html.twig set syntax=html

View File

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