LnL7 / vim-nix

Vim configuration files for Nix http://nixos.org/nix
MIT License
287 stars 26 forks source link

Removed iskeyword set in setlocal #37

Closed ivankovnatsky closed 3 years ago

ivankovnatsky commented 3 years ago

fixes #35.

  1. for my taste this is too sensitive vim variable for the global crowd. especially when you set a habit of moving around with keystrokes and expectation where the cursor will land.

  2. completion by word as well confusing with this setting.

LnL7 commented 3 years ago

This has impact on highlighting and I've seen it done this way in other language syntaxes.