Compare commits

..

8 Commits

3 changed files with 5 additions and 2 deletions

View File

@ -4,6 +4,8 @@
[includeIf "gitdir:~/Projects/ALTEN/"]
path = ~/.dotfiles/git/profiles/ALTEN
[includeIf "gitdir:~/Projects/vlasman/"]
path = ~/.dotfiles/git/profiles/ALTEN
[filter "lfs"]
process = git-lfs filter-process
required = true

View File

@ -1,4 +1,4 @@
local window = require("symbols.window")
local border = require("symbols.window").border
-- Highlight on yank
vim.api.nvim_create_autocmd("TextYankPost", {
@ -91,7 +91,7 @@ vim.api.nvim_create_autocmd("LspAttach", {
-- Documentation
vim.keymap.set("n", "K", function()
vim.lsp.buf.hover({ border = window.border })
vim.lsp.buf.hover({ border = border })
end, { desc = "Hover Documentation" })
-- vim.keymap.set("n", "<C-k>", function()
-- vim.lsp.buf.signature_help({ border = border })

View File

@ -19,6 +19,7 @@ return {
else
return tool
end
return nil
end, lsp))