Compare commits
8 Commits
e795252784
...
127ce5a00f
| Author | SHA1 | Date | |
|---|---|---|---|
|
127ce5a00f
|
|||
|
492079a64f
|
|||
|
5cfe6fca6b
|
|||
|
c1ee52019c
|
|||
|
c248827792
|
|||
|
348358bd6f
|
|||
|
50f54b4a09
|
|||
|
0d3d49ddf4
|
@@ -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
|
||||
|
||||
@@ -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 })
|
||||
|
||||
@@ -19,6 +19,7 @@ return {
|
||||
else
|
||||
return tool
|
||||
end
|
||||
|
||||
return nil
|
||||
end, lsp))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user