Enhanced Vim Syntax and Autocomplete for Oblivion
These files are enhanced from the original file OBSE Syntax Highlighting for Vim and Gvim created by Ulthar Seramis and sandone. This file adds missing functions from OBSE (more are most likely missing still) and adds autocomplete using vim's built in "completefunc" feature (activated by CTRL-X CTRL-U) and not omnicomplete. No plugins are needed and can work with plain Vim and possibly even Vi. I will try to add missing functions as I come across them
Additions to the originals
-
More functions
-
Highlighting for attributes and skills
-
Autocomplete through vimscripts and completefunc, should work with any version of vim
Credits and Licensing* The original modified syntax highlighting still has the same permissions requirement as the original file, please check the original file for full detail
-
The rest are provided as-is without any license
Installation* Place the folders in the archive into your vim config folder (~/.vim or \My Documents\vimfiles for regular vim and ~/.local/share/nvim/site for nvim)
- Add "syntax on" to your ~/.vimrc/init.nvim file
- Create a new text file with the filetype *.obl (you can modify /ftdetect/obse.vim for a different filetype)