diff --git a/.config/nvim/lua/plugins/w3m.lua b/.config/nvim/lua/plugins/w3m.lua new file mode 100644 index 0000000..2ed9f5c --- /dev/null +++ b/.config/nvim/lua/plugins/w3m.lua @@ -0,0 +1,4 @@ +return { + 'yuratomo/w3m.vim', + event = 'VeryLazy', +}