vim-hardtime icon indicating copy to clipboard operation
vim-hardtime copied to clipboard

Nvim unexpected behaviour

Open dominik271828 opened this issue 2 years ago • 1 comments

The plugin works when running starting nvim, provided you specify the file name. Running the command

nvim test.txt

makes the plugin work as expected. However, when running

nvim

by itself, the plugin doesn't initiate. I have the plugin config set in ~/.config/nvim/init.vim

Running

:HardTimeOn

when in nvim enables the plugin. But it still doesn't enable itself on startup without a file name specified.

let g:hardtime_default_on = 1

is of course set

dominik271828 avatar Jun 15 '23 06:06 dominik271828

@dd-cmyk I created a similar plugin: hardtime.nvim, which works well with Neovim!

m4xshen avatar Aug 04 '23 15:08 m4xshen