Compare commits

..

8 Commits

3 changed files with 2 additions and 5 deletions

View File

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

View File

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

View File

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