Ændrede diverse ting, især tilføjede jeg en masse lua-snippets
This commit is contained in:
parent
3e9363b016
commit
b1b7a050da
14 changed files with 428 additions and 19 deletions
|
|
@ -1,8 +1,10 @@
|
|||
vim.opt.breakindentopt = "shift:2"
|
||||
vim.opt.shiftwidth = 4
|
||||
-- vim.opt.breakindentopt = "shift:2"
|
||||
-- Replacement for this: vim.opt.showbreak = "↪ "
|
||||
vim.opt.shiftwidth = 2
|
||||
vim.opt.softtabstop = 2
|
||||
vim.opt.tabstop = 2
|
||||
vim.opt.textwidth = 0
|
||||
|
||||
|
||||
vim.cmd([[
|
||||
function! MyFormatExpr(start, end)
|
||||
silent execute a:start.','.a:end.'s/[.!?]\zs /\r/g'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue