Remove commented out stuff

This commit is contained in:
2025-10-27 19:18:57 +01:00
parent ffeed26423
commit e6af1066ef
3 changed files with 0 additions and 20 deletions
-10
View File
@@ -23,16 +23,6 @@ require'nvim-treesitter.configs'.setup {
},
}
--vim.api.nvim_create_autocmd("BufEnter", {
-- pattern = "*",
-- callback = function()
-- vim.bo.tabstop = 8
-- vim.bo.shiftwidth = 8
-- vim.bo.expandtab = false
-- end
--})
vim.api.nvim_create_autocmd("FileType", {
pattern = { "tex", "scilab" },
callback = function()