Add C-c
This commit is contained in:
parent
2ceb228c90
commit
6bda505492
3 changed files with 6 additions and 4 deletions
|
|
@ -5,3 +5,4 @@ vim.opt.expandtab = true -- Convert tabs to spaces
|
|||
vim.opt.smartindent = true -- Enable smart indentation
|
||||
vim.opt.autoindent = true -- Enable auto indentation
|
||||
vim.opt.relativenumber = true
|
||||
vim.opt.wrap = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue