Added breadcrumbs

This commit is contained in:
Bryan Ramos 2023-04-21 17:53:39 -04:00
parent 703f6c0e00
commit 67c17fe36d
2 changed files with 8 additions and 0 deletions

View file

@ -39,8 +39,10 @@
-- Load LSP's
local nvim_lsp = require('lspconfig')
local navic = require('navic')
local function on_attach(client, bufnr)
navic.on_attach(client)
client.server_capabilities.document_formatting = false
require('lsp_signature').on_attach()
end