diff options
author | Adam <adam.moloney.stuck@gmail.com> | 2021-10-24 12:52:07 +0200 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2021-10-25 08:14:09 +0200 |
commit | 490bc31ef20e6a25c8b24e9da45413899481c427 (patch) | |
tree | f66b214fd5306b94fc56161baaea3d5f61df3fad /.config/nvim/lua/opts.lua | |
parent | 9d9f7532f71d6dcd8f813f171db1fdbaab505163 (diff) |
nvim minor plugin cleanup
Diffstat (limited to '.config/nvim/lua/opts.lua')
-rw-r--r-- | .config/nvim/lua/opts.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/nvim/lua/opts.lua b/.config/nvim/lua/opts.lua index 70b255c..f53eaf1 100644 --- a/.config/nvim/lua/opts.lua +++ b/.config/nvim/lua/opts.lua @@ -46,7 +46,6 @@ cmp.setup { sources = { { name = 'nvim_lsp' }, { name = 'luasnip' }, - -- { name = 'buffer' } }, } vim.cmd('autocmd FileType markdown lua require("cmp").setup.buffer { enabled = false }') |