mirror of
https://github.com/cap153/nvim.git
synced 2026-04-17 17:55:31 +08:00
添加大纲插件
This commit is contained in:
parent
35ccbebb91
commit
d9ba9d85fb
8 changed files with 105 additions and 43 deletions
|
|
@ -41,7 +41,7 @@ local function get_ensure_installed_for_ft(ft, ft_table)
|
|||
end
|
||||
|
||||
-- 快捷键纯懒加载:只在按下快捷键时激活
|
||||
vim.keymap.set({ "n", "v" }, "<leader>f", function()
|
||||
vim.keymap.set({ "n", "x" }, "<leader>f", function()
|
||||
PackUtils.load(P, function()
|
||||
require("conform").setup({ -- At a minimum, you will need to set up some formatters by filetype
|
||||
formatters_by_ft = formatters_by_ft
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue