diff options
author | Squibid <me@zacharyscheiman.com> | 2023-07-16 21:28:06 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-07-16 21:28:06 -0400 |
commit | 1b288fe932ebe91e76f4af2e166ad242656e6240 (patch) | |
tree | f8112237310f0f09991328ac328ff3bb335b67b8 /init.lua | |
parent | 169aa170a216f07af36a55f1305f8eea594aa2ef (diff) | |
download | nvim-1b288fe932ebe91e76f4af2e166ad242656e6240.tar.gz nvim-1b288fe932ebe91e76f4af2e166ad242656e6240.tar.bz2 nvim-1b288fe932ebe91e76f4af2e166ad242656e6240.zip |
add comment to ftplugin/java.lua, and fix some typos
Diffstat (limited to '')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ --- shorhands ------------------------------------------------------------------ +-- shorthands ----------------------------------------------------------------- o = vim.opt a = vim.api g = vim.g |