Compare commits
No commits in common. "0269979276ce72ba1fadfe60474e457e3b1048b9" and "b8e3cf84adecd1a65691d35d6c8b479f8f6f8b35" have entirely different histories.
0269979276
...
b8e3cf84ad
@ -57,10 +57,6 @@ return {
|
|||||||
opts.desc = "Show diagnostics"
|
opts.desc = "Show diagnostics"
|
||||||
vim.keymap.set('n', '<leader>fd', ':Telescope diagnostics<CR>', opts)
|
vim.keymap.set('n', '<leader>fd', ':Telescope diagnostics<CR>', opts)
|
||||||
|
|
||||||
-- Notifications
|
|
||||||
opts.desc = "Show notifications"
|
|
||||||
vim.keymap.set('n', '<leader>fd', ':Telescope notify<CR>', opts)
|
|
||||||
|
|
||||||
-- Implementations
|
-- Implementations
|
||||||
opts.desc = "Show implementations"
|
opts.desc = "Show implementations"
|
||||||
vim.keymap.set('n', '<leader>fi', ':Telescope lsp_implementations<CR>', opts)
|
vim.keymap.set('n', '<leader>fi', ':Telescope lsp_implementations<CR>', opts)
|
||||||
|
@ -10,11 +10,6 @@ return {
|
|||||||
"rcarriga/nvim-notify",
|
"rcarriga/nvim-notify",
|
||||||
},
|
},
|
||||||
config = function()
|
config = function()
|
||||||
require( 'notify' ).setup( {
|
|
||||||
max_width = 80,
|
|
||||||
render = 'wrapped-default', -- default, minimal, simple, compact, wrapped-compact or wrapped-default
|
|
||||||
stages = 'slide', -- fade_in_slide_out, fade, slide, static
|
|
||||||
} );
|
|
||||||
require("noice").setup({
|
require("noice").setup({
|
||||||
lsp = {
|
lsp = {
|
||||||
-- override markdown rendering so that **cmp** and other plugins use **Treesitter**
|
-- override markdown rendering so that **cmp** and other plugins use **Treesitter**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user