feat: novas configurações

This commit is contained in:
Lucas Garcia Rubio 2025-04-04 20:51:30 -03:00
parent e3183f1132
commit 0334acd6e4
5 changed files with 57 additions and 30 deletions

View file

@ -481,7 +481,16 @@ require('lazy').setup({
'WhoIsSethDaniel/mason-tool-installer.nvim',
-- Useful status updates for LSP.
{ 'j-hui/fidget.nvim', opts = {} },
{
'j-hui/fidget.nvim',
opts = {
notification = {
window = {
winblend = 0,
},
},
},
},
-- Allows extra capabilities provided by nvim-cmp
'hrsh7th/cmp-nvim-lsp',
@ -657,7 +666,7 @@ require('lazy').setup({
callSnippet = 'Replace',
},
-- You can toggle below to ignore Lua_LS's noisy `missing-fields` warnings
-- diagnostics = { disable = { 'missing-fields' } },
diagnostics = { disable = { 'missing-fields' } },
},
},
},
@ -890,6 +899,9 @@ require('lazy').setup({
'folke/tokyonight.nvim',
priority = 1000, -- Make sure to load this before all the other start plugins.
init = function()
require('tokyonight').setup {
transparent = true,
}
-- Load the colorscheme here.
-- Like many other themes, this one has different styles, and you could load
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.