diff options
author | sefidel <contact@sefidel.net> | 2022-07-26 21:56:50 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-07-26 21:56:50 +0900 |
commit | 70c2b814cc709d3369b9acb4ff5e6a23111962e8 (patch) | |
tree | c9647ed7cba48082e3db3ea809588a05b2f665b7 /init.lua | |
parent | 9c8798f5527aefd42b65ce1600e4f75587440afd (diff) | |
parent | 52f00590b287f0817bfdd7ce34ddabaab183ad55 (diff) | |
download | nvimrc-70c2b814cc709d3369b9acb4ff5e6a23111962e8.tar.gz nvimrc-70c2b814cc709d3369b9acb4ff5e6a23111962e8.zip |
Merge branch 'main' of git.sr.ht:~zachel/nvrc
Resolve conflicts between mac & linux
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init.lua b/init.lua index 5fb2f2a..3e8e14b 100644 --- a/init.lua +++ b/init.lua @@ -3,7 +3,6 @@ local run = vim.api.nvim_command -- Enable opt-in filetype.lua: https://github.com/neovim/neovim/pull/16600 vim.g.do_filetype_lua = 1 -vim.g.did_load_filetypes = 0 local function ensure(user, repo) local install_path = fmt("%s/site/pack/packer/start/%s", vim.fn.stdpath("data"), repo) |