aboutsummaryrefslogtreecommitdiffhomepage
path: root/.config/nvim/colors
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2022-05-09 23:08:37 +0900
committernsfisis <nsfisis@gmail.com>2022-05-09 23:08:37 +0900
commit213651779344f25a8fcce21784e4fbde24117d22 (patch)
tree72c7870da2237d1e44a906b766d89d4108e5eaae /.config/nvim/colors
parentd7f54d84afae5347f4cf1cffa63122ffad1dc1c0 (diff)
downloaddotfiles-213651779344f25a8fcce21784e4fbde24117d22.tar.gz
dotfiles-213651779344f25a8fcce21784e4fbde24117d22.tar.zst
dotfiles-213651779344f25a8fcce21784e4fbde24117d22.zip
neovim: replace :command with Lua API
Diffstat (limited to '.config/nvim/colors')
-rw-r--r--.config/nvim/colors/ocean.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/.config/nvim/colors/ocean.lua b/.config/nvim/colors/ocean.lua
index 289b075..342f26e 100644
--- a/.config/nvim/colors/ocean.lua
+++ b/.config/nvim/colors/ocean.lua
@@ -278,10 +278,3 @@ link('sqlKeyword', 'SyntaxStatement2')
--- Utilities {{{1
-
-vim.cmd([[
-command! -bar
- \ OceanGetHighlightGroupName
- \ echo synIDattr(synID(line('.'), col('.'), v:false), 'name')
-]])