1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-04-20 00:37:44 +02:00

Compare commits

..

No commits in common. "c5ddcf2da4fdd57fabceb92c0b32b12b0c4a7551" and "075bf61358b8d1eb1334daf82c332b14c70de634" have entirely different histories.

4 changed files with 8 additions and 10 deletions

View File

@ -76,12 +76,12 @@ vim.g.markdown_folding = 1
-- load general mapped keys
require('style')
-- load plugins (autoload all files in plugin folder)
require('loadplugins')
-- set filetypes correctly by extension
require('autocmd')
-- load plugins (autoload all files in plugin folder)
require('loadplugins')
-- load general mapped keys
require('keymap')

View File

@ -96,6 +96,8 @@ vim.keymap.set('n', 'Zt', '<NOP>', { noremap = true })
vim.keymap.set('n', 'K', function()
local winid = require('ufo').peekFoldedLinesUnderCursor()
if not winid then
-- choose one of coc.nvim and nvim lsp
vim.fn.CocActionAsync('definitionHover') -- coc.nvim
vim.lsp.buf.hover()
end
end)

View File

@ -373,7 +373,6 @@ return require("lazy").setup({
"css",
"html",
"markdown",
"markdown_inline",
"latex",
"python",
"lua",
@ -440,9 +439,6 @@ return require("lazy").setup({
INFO = { icon = Info_sign, color = "hint", alt = { "NOTE" } },
PERF = { icon = Perfect_sign, color = "default" },
TEST = { icon = Test_sign, color = "test" }
},
colors = {
default = { "Operator" }
}
}
},

View File

@ -1,12 +1,11 @@
super + u
record_stop
super + i
record_start
super + i
record_stop
super + o
record_replay_start
super + p
record_replay_save
super + r
dmenu_run -c -l 20
@ -61,3 +60,4 @@ XF86MonBrightnessDown
light -U 15
XF86MonBrightnessUp
light -A 15