File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -471,7 +471,6 @@ vim.o.complete = vim.o.complete .. ',kspell'
471
471
builtin .find_files { cwd = vim .fn .stdpath ' config' }
472
472
end , { desc = ' [S]earch [N]eovim files' })
473
473
end ,
474
- <<<<<<< HEAD
475
474
formatters_by_ft = {
476
475
lua = { ' stylua' },
477
476
c = { ' clang_format' },
@@ -489,11 +488,8 @@ vim.o.complete = vim.o.complete .. ',kspell'
489
488
prepend_args = { ' --style=file:/home/vignesh/.config/nvim/lua/custom/config/.clang-format' },
490
489
},
491
490
},
492
- =======
493
- >>>>>>> c708856 (Spell check )
494
491
},
495
492
496
- <<<<<<< HEAD
497
493
{ -- Autocompletion
498
494
' saghen/blink.cmp' ,
499
495
event = ' VimEnter' ,
@@ -526,12 +522,10 @@ vim.o.complete = vim.o.complete .. ',kspell'
526
522
},
527
523
opts = {},
528
524
},
529
- =======
530
525
-- LSP Plugins
531
526
{
532
527
-- `lazydev` configures Lua LSP for your Neovim config, runtime and plugins
533
528
-- used for completion, annotations and signatures of Neovim apis
534
- >>>>>>> c708856 (Spell check )
535
529
' folke/lazydev.nvim' ,
536
530
ft = ' lua' ,
537
531
opts = {
You can’t perform that action at this time.
0 commit comments