Compare commits

..

8 Commits

3 changed files with 2 additions and 5 deletions

View File

@ -4,8 +4,6 @@
[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 border = require("symbols.window").border
local window = require("symbols.window")
-- 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 = border })
vim.lsp.buf.hover({ border = window.border })
end, { desc = "Hover Documentation" })
-- vim.keymap.set("n", "<C-k>", function()
-- vim.lsp.buf.signature_help({ border = border })

View File

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