From 0994ea66595a55cfe6bc5fc6af6e5c5de5971364 Mon Sep 17 00:00:00 2001 From: Brian Pooe Date: Fri, 30 Jan 2026 17:23:42 +0200 Subject: [PATCH] feat: added toml and rustaceanvim border design --- .config/nvim/lua/brian/plugins/rustaceanvim.lua | 9 +++++++++ .config/nvim/lua/brian/plugins/treesitter.lua | 1 + 2 files changed, 10 insertions(+) diff --git a/.config/nvim/lua/brian/plugins/rustaceanvim.lua b/.config/nvim/lua/brian/plugins/rustaceanvim.lua index 00676e3..9f9045c 100644 --- a/.config/nvim/lua/brian/plugins/rustaceanvim.lua +++ b/.config/nvim/lua/brian/plugins/rustaceanvim.lua @@ -2,4 +2,13 @@ return { 'mrcjkb/rustaceanvim', version = '^7', lazy = false, + config = function() + vim.g.rustaceanvim = { + tools = { + float_win_config = { + border = 'rounded', + }, + }, + } + end, } diff --git a/.config/nvim/lua/brian/plugins/treesitter.lua b/.config/nvim/lua/brian/plugins/treesitter.lua index b73ea2b..2e3e352 100644 --- a/.config/nvim/lua/brian/plugins/treesitter.lua +++ b/.config/nvim/lua/brian/plugins/treesitter.lua @@ -36,6 +36,7 @@ return { 'tsx', 'css', 'html', + 'toml', }, -- Autoinstall languages that are not installed