We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a70c28d commit 78f6d87Copy full SHA for 78f6d87
init.lua
@@ -91,7 +91,7 @@ vim.g.mapleader = ' '
91
vim.g.maplocalleader = ' '
92
93
-- Set to true if you have a Nerd Font installed and selected in the terminal
94
-vim.g.have_nerd_font = false
+vim.g.have_nerd_font = true
95
96
-- [[ Setting options ]]
97
-- See `:help vim.opt`
@@ -302,6 +302,16 @@ require('lazy').setup({
302
},
303
304
305
+ -- lspinfo borders
306
+ {
307
+ 'folke/noice.nvim',
308
+ opts = {
309
+ presets = {
310
+ lsp_doc_border = true,
311
+ },
312
313
314
+
315
-- themery
316
{
317
'zaldih/themery.nvim',
0 commit comments