Revert "Install nvim-cmp source for spelling"
This reverts commit 6a8923ac07.
This commit is contained in:
@@ -50,7 +50,7 @@ require("packer").startup(function(use)
|
||||
use({
|
||||
"hrsh7th/cmp-nvim-lsp", "hrsh7th/cmp-buffer", "hrsh7th/cmp-path",
|
||||
"hrsh7th/cmp-cmdline", "hrsh7th/cmp-nvim-lua",
|
||||
"saadparwaiz1/cmp_luasnip", "f3fora/cmp-spell"
|
||||
"saadparwaiz1/cmp_luasnip"
|
||||
})
|
||||
use({"ray-x/lsp_signature.nvim"})
|
||||
|
||||
@@ -104,9 +104,6 @@ vim.g.mapleader = " "
|
||||
|
||||
vim.g.qs_highlight_on_keys = {"f", "F"}
|
||||
|
||||
vim.opt.spell = true
|
||||
vim.opt.spelllang = {"en_us"}
|
||||
|
||||
-- Minimap settings
|
||||
vim.g.minimap_width = 50
|
||||
vim.g.minimap_auto_start = 1
|
||||
|
||||
Reference in New Issue
Block a user