0
fork

Configure Feed

Select the types of activity you want to include in your feed.

+3 -3
+1 -1
configs/nvim/lua/config/keymaps.lua
··· 9 9 -- }) 10 10 11 11 vim.g.copilot_no_tab_map = true 12 - map("n", "K", "<cmd>Lspsaga hover_doc<CR>") 12 + map("n", "K", "<cmd>Lspsaga hover_doc<CR>", {}) 13 13 -- Exit insert mode when using the bad habit of pressing the arrow keys, but still move 14 14 -- I am actively making things hard for-- well, me probably 15 15 vim.api.nvim_set_keymap("i", "<Up>", "<ESC>gk", {})
+2 -2
configs/nvim/lua/plugins/lsp.lua
··· 120 120 biome = {}, 121 121 ktlint = {}, 122 122 sqlfluff = {}, 123 - markdown_toc = {}, 124 - markdownlint_cli2 = {}, 123 + ["markdown-toc"] = {}, 124 + ["markdownlint-cli2"] = {}, 125 125 } 126 126 127 127 require("mason").setup()