Coder Social home page Coder Social logo

hmts.nvim's People

Contributors

calops avatar gaetanlepage avatar nishimara avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

hmts.nvim's Issues

Fish highlights only apply if the Nix attribute sets are nested a certain way

For example, to get Fish highlighting, this works:

programs.fish = {
  functions = {
    my-function = ''
      echo "some shell script"
    '';
  };
};

# this structure also works
programs.fish.functions = {
  my-function = ''
    echo "some shell script"
  '';
};

However this does not work:

programs.fish = {
  functions.my-function = ''
    echo "some shell script"
  '';
};

Handle complex shebang patterns

Follow-up to #9

Find a way to support arbitrarily complex ways to write shebangs. For example, this doesn't work: !#${pkgs.bash}/bin/bash. This is because the nix variable in the middle makes the shebang span multiple nodes (three in this case) instead of just one string_fragment.

Maybe perform the matching on the parent node?

Input Lag is Significantly Worse When Enabled

Was spending some time trying to figure out why my NixVim installation was running slower, enabling and disabling just about everything until looking at this plugin. Nothing else makes a difference besides just completely disabling TS. I'm not sure if this is typical / to be expected, but just thought I should leave an issue.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.