dotfiles/roles/neovim/files
Oliver Davies b94e7267ce feat(nvim): add drupalclass snippet
Add a new `drupalclass` snippet for Luasnip that scaffolds a new PHP
class that's opinionated for Drupal applications.

The class name is based on the filename (minus the file extension) and
the namespace is generated automatically from the directory structure
based on the location of the `src` directory.

It also includes the `Tests` entry within the namespace if the file is
witin a `tests` directory.
2022-06-02 22:50:01 +01:00
..
after/plugin feat(nvim): add Treesitter text objects 2022-05-11 10:04:33 +01:00
autoload feat(nvim): add function to write and source files 2022-01-09 23:22:04 +00:00
lua/opdavies feat(nvim): add drupalclass snippet 2022-06-02 22:50:01 +01:00
init.lua feat(nvim): add new plugins 2022-03-31 01:13:30 +01:00