Skip to content

Commit 29954b7

Browse files
committed
Remove some set configurations
1 parent 935c78d commit 29954b7

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

lua/custom/set.lua

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,5 @@
11
-- We do some overrides for Kickstart configs here
22
-- to avoid conflicts from the upstream in the future.
3-
-- require('conform').format_on_save = false
4-
5-
-- require('treesitter.configs').opts.ensure_installed = {
6-
-- 'bash',
7-
-- 'c',
8-
-- 'diff',
9-
-- 'html',
10-
-- 'lua',
11-
-- 'luadoc',
12-
-- 'markdown',
13-
-- 'markdown_inline',
14-
-- 'query',
15-
-- 'vim',
16-
-- 'vimdoc',
17-
-- 'php',
18-
-- 'javascript',
19-
-- 'html',
20-
-- 'css',
21-
-- }
22-
23-
vim.api.nvim_create_user_command('Logs', ':e /tmp/ts_d', {})
243

254
vim.api.nvim_create_user_command('Fixtabs', ':set tabstop=4', {})
265

0 commit comments

Comments
 (0)