added noice for borders and floating command prompt

This commit is contained in:
jc-development 2025-04-04 08:35:19 -04:00
parent a70c28de55
commit 78f6d87c6d
1 changed files with 11 additions and 1 deletions

View File

@ -91,7 +91,7 @@ vim.g.mapleader = ' '
vim.g.maplocalleader = ' '
-- Set to true if you have a Nerd Font installed and selected in the terminal
vim.g.have_nerd_font = false
vim.g.have_nerd_font = true
-- [[ Setting options ]]
-- See `:help vim.opt`
@ -302,6 +302,16 @@ require('lazy').setup({
},
},
},
-- lspinfo borders
{
'folke/noice.nvim',
opts = {
presets = {
lsp_doc_border = true,
},
},
},
-- themery
{
'zaldih/themery.nvim',