Remove commented out stuff
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user