feat: added toml and rustaceanvim border design
This commit is contained in:
parent
2c3aff429c
commit
0994ea6659
2 changed files with 10 additions and 0 deletions
|
|
@ -2,4 +2,13 @@ return {
|
|||
'mrcjkb/rustaceanvim',
|
||||
version = '^7',
|
||||
lazy = false,
|
||||
config = function()
|
||||
vim.g.rustaceanvim = {
|
||||
tools = {
|
||||
float_win_config = {
|
||||
border = 'rounded',
|
||||
},
|
||||
},
|
||||
}
|
||||
end,
|
||||
}
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ return {
|
|||
'tsx',
|
||||
'css',
|
||||
'html',
|
||||
'toml',
|
||||
},
|
||||
|
||||
-- Autoinstall languages that are not installed
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue