From eb3a539b05b8479c14fe25589a9122f297c4cc5e Mon Sep 17 00:00:00 2001 From: Igor Khalip Date: Tue, 18 Mar 2025 19:49:46 -0400 Subject: [PATCH] fixed pyright issues --- init.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 2d9126ad..d89c4db7 100644 --- a/init.lua +++ b/init.lua @@ -102,7 +102,7 @@ vim.g.have_nerd_font = false vim.opt.number = true -- You can also add relative line numbers, to help with jumping. -- Experiment for yourself to see if you like it! --- vim.opt.relativenumber = true +vim.opt.relativenumber = true -- Enable mouse mode, can be useful for resizing splits for example! vim.opt.mouse = 'a' @@ -661,6 +661,7 @@ require('lazy').setup({ clangd = { cmd = { 'clangd', + '--compile-commands-dir=build', '--background-index', -- build a background index for faster navigation '--clang-tidy', -- run clang-tidy for linting (if you have clang-tidy installed) '--completion-style=detailed', -- more detailed auto-completion suggestions @@ -1047,6 +1048,7 @@ require('lazy').setup({ vim.keymap.set('n', 'e', ':Neotree toggle', { desc = 'Toggle Neo-tree File Explorer' }) end, }, + {}, }, { ui = { -- If you are using a Nerd Font: set icons to an empty table which will use the