statulr / superspoon.nvim

superspoon.nvim - the fast and extensible statusline for MoaiVim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

superspoon.nvim

superspoon.nvim - a minimal and fast statusline

Installation

{
  'qtkittyy/superspoon.nvim',
  opts = {
    -- Place your configuration below
  }
}
return require('packer').startup(function(use)
  use 'qtkittyy/superspoon.nvim'
end)

require("superspoon").setup({
  -- Place your configuration below
})
call plug#begin()
  Plug 'qtkittyy/superspoon.nvim'
call plug#end()

lua << EOF
require("superspoon").setup({
  -- Place your configuration below
})
EOF

For more information about wrapping Lua into vimscript, check out :help lua-heredoc.

Configuration

Superspoon comes with the following defaults:

{
  mode = true,
  file_info = true,
  filetype = false,
  diagnostics = true,
  line_info = true,
}

About

superspoon.nvim - the fast and extensible statusline for MoaiVim

License:Other


Languages

Language:Lua 100.0%