Compare commits
8 Commits
127ce5a00f
...
e795252784
Author | SHA1 | Date | |
---|---|---|---|
e795252784 | |||
4aca50132f | |||
cfa178555d | |||
54638a56c6 | |||
f16860246a | |||
e838358091 | |||
5ac5a0d9c4 | |||
ede63fa3f1 |
|
@ -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
|
||||||
|
|
|
@ -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 })
|
||||||
|
|
|
@ -19,7 +19,6 @@ return {
|
||||||
else
|
else
|
||||||
return tool
|
return tool
|
||||||
end
|
end
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
end, lsp))
|
end, lsp))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user