From ec625679986252986af154d9f0f7125881308338 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 16 Nov 2022 20:22:10 -0500 Subject: meow --- .config/nvim/lua/getchoo/lsp/config/init.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.config/nvim/lua/getchoo/lsp/config/init.lua') diff --git a/.config/nvim/lua/getchoo/lsp/config/init.lua b/.config/nvim/lua/getchoo/lsp/config/init.lua index be6c357..1c928d3 100644 --- a/.config/nvim/lua/getchoo/lsp/config/init.lua +++ b/.config/nvim/lua/getchoo/lsp/config/init.lua @@ -16,11 +16,11 @@ M.mason_lspconfig = mason.mason_lspconfig M.null_ls = null_ls.config M.treesitter = { - auto_install = true, - highlight = { - enable = true, - additional_vim_regex_highlighting = false, - }, + auto_install = true, + highlight = { + enable = true, + additional_vim_regex_highlighting = false, + }, } M.trouble = {} -- cgit v1.2.3