final fixes

This commit is contained in:
juanito87 2025-04-26 13:56:50 -03:00
parent 99f1e6f7ef
commit 46a6fcfb4d
No known key found for this signature in database
GPG Key ID: EAB042894FD44AFD
5 changed files with 4 additions and 2 deletions

View File

@ -80,6 +80,8 @@ require('lazy').setup({
require 'plugins_config/tree-sitter', -- manage lint, indentation and some othe language related tasks
require 'plugins_config/harpoon', -- Improve workflow for multiple files
require 'plugins_config/code_runner', -- Code runner
require 'plugins_config/indent_line', -- Indentation visualizer
require 'plugins_config/lint', -- Linter config
-- Broken configs/Testing config

View File

@ -17,4 +17,4 @@ return { -- You can easily change to a different colorscheme.
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
vim.cmd.colorscheme 'tokyonight-night'
end,
}, --
}

View File

@ -258,7 +258,6 @@ return {
},
}
end,
}
{ -- Autocompletion
'saghen/blink.cmp',
event = 'VimEnter',
@ -357,3 +356,4 @@ return {
signature = { enabled = true },
},
},
}