Skip to content

Commit 24dc6f8

Browse files
Sun Aug 18 00:43:23 -03 2024
1 parent 129eb6e commit 24dc6f8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

lua/custom/plugins/init.lua

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@ vim.opt.spelllang = 'pt_br,en_us'
1818

1919
vim.g.have_nerd_font = true
2020

21+
vim.opt.swapfile = false
22+
vim.opt.termguicolors = true
23+
vim.opt.expandtab = true
24+
vim.opt.shiftwidth = 2
25+
vim.opt.tabstop = 2
26+
vim.opt.cursorline = true
27+
vim.opt.numberwidth = 4
28+
vim.opt.ruler = true
29+
vim.opt.scrolloff = 8
30+
vim.opt.smartcase = true
31+
2132
require('which-key').add {
2233
{ '<leader>j', group = '[J]ump' },
2334
{ '<leader>d', group = '[C-t]est' },

0 commit comments

Comments
 (0)