nvim: add smartcolumn

This commit is contained in:
Moritz Böhme 2023-02-23 13:34:59 +01:00
parent 1815894015
commit c8f927f4dc
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
5 changed files with 72 additions and 26 deletions

View file

@ -61,6 +61,12 @@
url = "github:RRethy/nvim-treesitter-textsubjects";
flake = false;
};
smartcolumn-nvim = {
url = "github:m4xshen/smartcolumn.nvim";
flake = false;
};
};
outputs =