From 7fe27982d565af9cbab2cf1b8fc37d59f8ef1272 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Thu, 20 Jun 2024 22:58:21 +0200 Subject: [PATCH] format cmp file --- lua/plugins/cmp.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lua/plugins/cmp.lua b/lua/plugins/cmp.lua index fa6e4b6..24b888f 100644 --- a/lua/plugins/cmp.lua +++ b/lua/plugins/cmp.lua @@ -90,7 +90,7 @@ return { end, }, sources = { - { name = 'luasnip', priority = 8 }, + { name = 'luasnip', priority = 8 }, { name = 'nvim_lsp', option = { @@ -125,9 +125,9 @@ return { }, enabled = function() return vim.api.nvim_get_option_value('buftype', { buf = 0 }) ~= 'prompt' - or vim.api.nvim_get_option_value('filetype', { buf = 0 }) == 'dap-repl' - or vim.api.nvim_get_option_value('filetype', { buf = 0 }) == 'dapui_watches' - or vim.api.nvim_get_option_value('filetype', { buf = 0 }) == 'dapui_hover' + or vim.api.nvim_get_option_value('filetype', { buf = 0 }) == 'dap-repl' + or vim.api.nvim_get_option_value('filetype', { buf = 0 }) == 'dapui_watches' + or vim.api.nvim_get_option_value('filetype', { buf = 0 }) == 'dapui_hover' end, -- completion = { -- completeopt = 'menu,menuone,noinsert, noselect',