Remove some set configurations

This commit is contained in:
christiangun 2025-08-01 22:47:09 +02:00
parent 935c78dc6f
commit 29954b7d44
1 changed files with 0 additions and 21 deletions

View File

@ -1,26 +1,5 @@
-- We do some overrides for Kickstart configs here -- We do some overrides for Kickstart configs here
-- to avoid conflicts from the upstream in the future. -- to avoid conflicts from the upstream in the future.
-- require('conform').format_on_save = false
-- require('treesitter.configs').opts.ensure_installed = {
-- 'bash',
-- 'c',
-- 'diff',
-- 'html',
-- 'lua',
-- 'luadoc',
-- 'markdown',
-- 'markdown_inline',
-- 'query',
-- 'vim',
-- 'vimdoc',
-- 'php',
-- 'javascript',
-- 'html',
-- 'css',
-- }
vim.api.nvim_create_user_command('Logs', ':e /tmp/ts_d', {})
vim.api.nvim_create_user_command('Fixtabs', ':set tabstop=4', {}) vim.api.nvim_create_user_command('Fixtabs', ':set tabstop=4', {})