fzf-wordnet.vim
fzf-wordnet.vim copied to clipboard
Adds makefile and define single word command.
Added a makefile that creates the words file that is as up to date as possible with the system. Also adds a command and function that define a singe word. Added a Build badge for the makefile with Github Actions.
Personally I don't like the idea of using vim's spell file. At first I redirected words to "/usr/share/dict/words" on my Ubuntu machine and ran into the issue that word net not having definitions for everything in that file. I think the same thing would happen if we used the spell file. I should also mention that my use-case for this plugin is to make sure I am using words correctly (e.x. effect v.s. affect) not to replace vim's normal spelling system. That is the reason that "DefineWord" is the way that it is. I will move the makefile over to being used for building the wordfile though a GitHub action though. That seems the the best solution. Thank you for taking the time to go over my code. This is my first time contributing to an opensource project. It has been really fun so far.
~I'll try and take another look this weekend.~, as soon as I can find time, (thanks for the great PR).