Skip to content

Commit 3a3d138

Browse files
committed
fork sync rebase
1 parent e82813f commit 3a3d138

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

init.lua

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,6 @@ vim.o.complete = vim.o.complete .. ',kspell'
471471
builtin.find_files { cwd = vim.fn.stdpath 'config' }
472472
end, { desc = '[S]earch [N]eovim files' })
473473
end,
474-
<<<<<<< HEAD
475474
formatters_by_ft = {
476475
lua = { 'stylua' },
477476
c = { 'clang_format' },
@@ -489,11 +488,8 @@ vim.o.complete = vim.o.complete .. ',kspell'
489488
prepend_args = { '--style=file:/home/vignesh/.config/nvim/lua/custom/config/.clang-format' },
490489
},
491490
},
492-
=======
493-
>>>>>>> c708856 (Spell check)
494491
},
495492

496-
<<<<<<< HEAD
497493
{ -- Autocompletion
498494
'saghen/blink.cmp',
499495
event = 'VimEnter',
@@ -526,12 +522,10 @@ vim.o.complete = vim.o.complete .. ',kspell'
526522
},
527523
opts = {},
528524
},
529-
=======
530525
-- LSP Plugins
531526
{
532527
-- `lazydev` configures Lua LSP for your Neovim config, runtime and plugins
533528
-- used for completion, annotations and signatures of Neovim apis
534-
>>>>>>> c708856 (Spell check)
535529
'folke/lazydev.nvim',
536530
ft = 'lua',
537531
opts = {

0 commit comments

Comments
 (0)