lazy.nvim

This commit is contained in:
Fabian Becker
2023-12-10 21:30:58 +01:00
parent 3d575cd47a
commit 43c2d9f3cd
14 changed files with 272 additions and 1009 deletions

View File

@@ -2,17 +2,6 @@ if vim.g.vscode then
return
end
local saga = require 'lspsaga'
saga.setup({
-- symbols in winbar
-- symbol_in_winbar = {
-- enable = true,
-- click_support = true,
-- show_file = true,
-- in_custom = true,
-- },
})
local function get_file_name(include_path)
local file_name = require('lspsaga.symbolwinbar').get_file_name()
if vim.fn.bufname '%' == '' then return '' end