From 6cdd3b4b282d79130dc6f2b346cb509ddbb6fa48 Mon Sep 17 00:00:00 2001 From: srdusr Date: Thu, 20 Oct 2022 23:58:14 +0200 Subject: luasnip integration --- lua/user/opts.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/user/opts.lua') diff --git a/lua/user/opts.lua b/lua/user/opts.lua index 51b3628..3200cd5 100644 --- a/lua/user/opts.lua +++ b/lua/user/opts.lua @@ -53,6 +53,7 @@ vim.opt.ttimeoutlen = 10 -- -- Indent/tab vim.opt.breakindent = true -- vim.opt.autoindent = true -- Indent according to previous line. +vim.opt.copyindent = true -- Copy indent from the previous line vim.opt.smarttab = false -- vim.opt.tabstop = 2 -- vim.opt.expandtab = true -- Indent according to previous line. -- cgit v1.2.3