🪴 my neovim config:)
1
fork

Configure Feed

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

ftplugin: move `ivy.config.cmds` to typst plugin

robin ebdd80a1 ffc4ce28

+1 -2
+1 -1
config/lua/ivy/config/cmds.lua config/after/ftplugin/typst.lua
··· 1 1 vim.api.nvim_create_user_command("OpenPdf", function() 2 - local filepath = vim.api.nvim_buf_get_name(0) 2 + local filepath = vim.fn.bufname() 3 3 if filepath:match("%.typ$") then 4 4 vim.ui.open(vim.fn.shellescape(filepath:gsub("%.typ$", ".pdf")), {}) 5 5 end
-1
config/lua/ivy/init.lua
··· 23 23 { "ivy.config.disable" }, 24 24 { "ivy.config.options" }, 25 25 { "ivy.config.autocmds", event = "User ConfigDone" }, 26 - { "ivy.config.cmds", event = "VimEnter" }, 27 26 { "ivy.config.keybinds", event = "UIEnter" }, 28 27 { "ivy.config.neovide" }, 29 28 { "ivy.config.lsp", event = "User PackDone" },