Skip to content

Commit

Permalink
round floaterm border
Browse files Browse the repository at this point in the history
  • Loading branch information
remcobol committed Apr 14, 2023
1 parent fe4dd71 commit d3fc8fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lua/custom/plugins/floaterm.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
return {
"numToStr/FTerm.nvim",
config = function()
require'FTerm'.setup({})
require'FTerm'.setup({
border = "rounded",
})
end,
}

0 comments on commit d3fc8fe

Please sign in to comment.