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/"]
|
[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 window = require("symbols.window")
|
local border = require("symbols.window").border
|
||||||
|
|
||||||
-- 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 = window.border })
|
vim.lsp.buf.hover({ border = 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,6 +19,7 @@ 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