Adjusting README to a personal config

This commit is contained in:
Albert Marques 2025-07-17 16:28:06 -03:00
parent 3338d39206
commit b27f29f7cd
4 changed files with 67 additions and 185 deletions

View file

@ -2,4 +2,32 @@
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
return {}
return {
{
'rose-pine/neovim',
name = 'rose-pine',
},
{
'akinsho/toggleterm.nvim',
version = '*',
opts = {
direction = 'float',
open_mapping = [[<leader>ç]],
float_opts = {
border = 'curved',
highlights = {
border = 'Normal',
background = 'Normal',
},
},
start_in_insert = true,
autochdir = true,
insert_mappings = true,
terminal_mappings = true,
shade_terminals = false,
persist_size = true,
close_on_exit = true,
shell = vim.o.shell,
},
},
}