From 7eda55327ba1d23fdffe2af0900b37f7ab6e8246 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Fri, 10 May 2024 01:41:35 +0800 Subject: Update --- nvim.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nvim.lua') diff --git a/nvim.lua b/nvim.lua index ba2c201..f708c49 100644 --- a/nvim.lua +++ b/nvim.lua @@ -124,7 +124,7 @@ require('lazy').setup({ opts = { plugins = { spelling = { - enabled = true, -- enabling this will show WhichKey when pressing z= to select spelling suggestions + enabled = true, -- enabling this will show WhichKey when pressing z= to select spelling suggestions suggestions = 20, -- how many suggestions should be shown in the list? }, } @@ -395,7 +395,7 @@ vim.keymap.set('n', 'sd', require('telescope.builtin').diagnostics, { de -- See `:help nvim-treesitter` require('nvim-treesitter.configs').setup { -- Add languages to be installed here that you want installed for treesitter - ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'typescript', 'vimdoc', 'vim' }, + ensure_installed = { 'html', 'css', 'lua', 'python', 'rust', 'tsx', 'typescript', 'vimdoc', 'vim' }, -- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!) auto_install = false, @@ -579,7 +579,7 @@ cmp.setup { [''] = cmp.mapping.select_next_item(), [''] = cmp.mapping.select_prev_item(), [''] = cmp.mapping.scroll_docs(-4), - [''] = cmp.mapping.scroll_docs(4), + [''] = cmp.mapping.scroll_docs(4), [''] = cmp.mapping.complete {}, [''] = cmp.mapping.confirm { behavior = cmp.ConfirmBehavior.Replace, -- cgit v1.2.3-70-g09d2