Adjusting README to a personal config
This commit is contained in:
parent
3338d39206
commit
b27f29f7cd
4 changed files with 67 additions and 185 deletions
|
|
@ -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,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue