nix-config/roles/neovim/files/lua/opdavies
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
..
lsp fix(nvim): fix LSP code reference mapping 2022-05-13 19:42:05 +01:00
snippets/ft feat(nvim): add drupalclass snippet 2022-06-02 22:50:01 +01:00
telescope fix(nvim): fix LSP code reference mapping 2022-05-13 19:42:05 +01:00
globals.lua chore(nvim): add lua globals 2022-01-10 22:32:28 +00:00
keymap.lua feat(nvim): add vmap for visual mode mappings 2022-04-05 09:32:47 +01:00
options.lua feat(nvim): configure winbar 2022-05-25 08:52:57 +01:00
plugins.lua fix(nvim): fix LSP code reference mapping 2022-05-13 19:42:05 +01:00