diff --git a/lua/custom/init.lua b/lua/custom/init.lua index 13a9de4..75bd82e 100644 --- a/lua/custom/init.lua +++ b/lua/custom/init.lua @@ -7,7 +7,7 @@ opt.spelllang = "en,de" opt.clipboard = "" -- don't just use the system clipboard opt.wrap = false opt.breakindent = false -opt.spell = true +opt.spell = false opt.list = true opt.conceallevel = 2 opt.undofile = true diff --git a/lua/custom/plugins.lua b/lua/custom/plugins.lua index c42e0f0..8547376 100644 --- a/lua/custom/plugins.lua +++ b/lua/custom/plugins.lua @@ -312,9 +312,7 @@ local plugins = { "folke/noice.nvim", enabled = not vim.g.started_by_firenvim, event = "VeryLazy", - opts = { - -- add any options here - }, + -- config.lsp.signature.enabled = false dependencies = { -- if you lazy-load any plugin below, make sure to add proper `module="..."` entries "MunifTanjim/nui.nvim", @@ -326,13 +324,15 @@ local plugins = { config = function() require("noice").setup { lsp = { - -- override markdown rendering so that **cmp** and other plugins use **Treesitter** override = { ["vim.lsp.util.convert_input_to_markdown_lines"] = true, ["vim.lsp.util.stylize_markdown"] = true, ["cmp.entry.get_documentation"] = true, - ["hover.enabled"] = false, }, + -- IDK how to disable the nvchad builtins for this, which would + -- produce a conflict + signature = { enabled = false }, + hover = { enabled = false }, }, -- you can enable a preset for easier configuration presets = { diff --git a/spell/en.utf-8.add b/spell/en.utf-8.add index 47c8f62..38ee409 100644 --- a/spell/en.utf-8.add +++ b/spell/en.utf-8.add @@ -240,3 +240,23 @@ Parth Narula wordpress PlexSheep's +nvchad +IDK +lazyloading +nv +ftplugins +stylua +nvim +lsp +builtins +cmdline +popupmenu +󰈻 +󰈼 +󰈽 +󰈾 +󰈿 +󰉀 +#m +ufo +treesitter diff --git a/spell/en.utf-8.add.spl b/spell/en.utf-8.add.spl index 5282ec5..36d14d9 100644 Binary files a/spell/en.utf-8.add.spl and b/spell/en.utf-8.add.spl differ