Skip to content

Commit

Permalink
fix ci and update doc for requirement nvim-0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
glepnir committed May 10, 2024
1 parent fb08876 commit 528c4c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# indentmini.nvim
A minimal less than ~130 lines and blazing fast indentline plugin. no much more features but useful!
Requirement **neovim-nightly**

![old](https://github.com/nvimdev/indentmini.nvim/assets/41671631/d836db79-4c41-45bc-99cb-d9f807dfe9af)

Expand Down
1 change: 0 additions & 1 deletion test/indentmini_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ local function screen(lines)
vim.rpcrequest(channel, 'nvim_set_option_value', 'tabstop', 2, { scope = 'global' })
vim.rpcrequest(channel, 'nvim_set_option_value', 'softtabstop', 2, { scope = 'global' })

vim.rpcrequest(channel, 'nvim_exec_autocmds', 'BufEnter', { group = 'IndentMini' })
vim.rpcrequest(channel, 'nvim_set_option_value', 'shiftwidth', 2, { buf = 0 })
vim.rpcrequest(channel, 'nvim_set_option_value', 'expandtab', true, { buf = 0 })

Expand Down

0 comments on commit 528c4c3

Please sign in to comment.