[feat] Add neovide and floating terminal

This commit is contained in:
uttarayan21
2024-03-07 05:24:32 +05:30
parent e74e5baff2
commit 0f0be7d903
5 changed files with 56 additions and 29 deletions

View File

@@ -133,3 +133,13 @@ require("noice").setup({
lsp_doc_border = true, -- add a border to hover docs and signature help
},
})
require 'FTerm'.setup({
border = 'double',
dimensions = {
height = 0.9,
width = 0.9,
},
cmd = "fish",
blend = 10,
})