diff --git a/after/plugin/init.lua b/after/plugin/init.lua index 86fdcbcf..182a623e 100644 --- a/after/plugin/init.lua +++ b/after/plugin/init.lua @@ -3,7 +3,10 @@ vim.keymap.set("n", "pv", "Ex") vim.opt.ignorecase = true vim.opt.smartcase = true vim.opt.smartindent = true +vim.opt.autoindent = true +vim.opt.expandtab = true vim.opt.tabstop = 2 +vim.opt.shiftwidth = 2 vim.keymap.set("n", "y", '"+y') vim.keymap.set("n", "gs", ':Git') vim.keymap.set("n", "gp", ':Git pull') diff --git a/lazy-lock.json b/lazy-lock.json index 5c8dc506..10f697a2 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -2,6 +2,7 @@ "Comment.nvim": { "branch": "master", "commit": "0236521ea582747b58869cb72f70ccfa967d2e89" }, "LuaSnip": { "branch": "master", "commit": "57c9f5c31b3d712376c704673eac8e948c82e9c1" }, "cmp-nvim-lsp": { "branch": "main", "commit": "5af77f54de1b16c34b23cba810150689a3a90312" }, + "cmp-path": { "branch": "main", "commit": "91ff86cd9c29299a64f968ebb45846c485725f23" }, "cmp_luasnip": { "branch": "master", "commit": "05a9ab28b53f71d1aece421ef32fee2cb857a843" }, "copilot.vim": { "branch": "release", "commit": "5b19fb001d7f31c4c7c5556d7a97b243bd29f45f" }, "fidget.nvim": { "branch": "main", "commit": "7b9c383438a2e490e37d57b07ddeae3ab4f4cf69" },