dap, oil nvim

This commit is contained in:
Niktia Bykov
2024-06-20 22:55:00 +05:00
parent 6e5a434894
commit ebac03d2ff
10 changed files with 250 additions and 50 deletions

View File

@ -0,0 +1,12 @@
local nvim_navic_status_ok, nvim_navic = pcall(require, "nvim-navic")
if not nvim_navic_status_ok then
return
end
nvim_navic.setup({
lsp = {
auto_attach = true
}
})
-- vim.o.winbar = "%t %{%v:lua.require'nvim-navic'.get_location()%}"