mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 03:12:24 +00:00
Fix vim
This commit is contained in:
parent
b5e3817574
commit
227954f664
2 changed files with 4 additions and 2 deletions
|
@ -49,7 +49,9 @@
|
|||
:folke/todo-comments.nvim (cfg "dots.plugins.todo-comments")
|
||||
|
||||
:Famiu/feline.nvim (cfg "dots.plugins.feline")
|
||||
:akinsho/nvim-bufferline.lua (cfg "dots.plugins.bufferline")
|
||||
:akinsho/nvim-bufferline.lua {:opt false
|
||||
:config #(require "dots.plugins.bufferline")
|
||||
:tag "v1.1.1"}
|
||||
|
||||
:psliwka/vim-smoothie {}
|
||||
:norcalli/nvim-colorizer.lua (cfg "dots.plugins.nvim-colorizer")
|
||||
|
|
|
@ -191,7 +191,7 @@
|
|||
(vim.api.nvim_buf_is_loaded $1)
|
||||
(= "" (str.join (utils.buffer-content $1)))
|
||||
(vim.api.nvim_buf_get_option $1 "buflisted"))
|
||||
(vim.fn.range 1 (vim.api.nvim_buf_get_number "$")))]
|
||||
(vim.fn.range 1 "$"))]
|
||||
(when (not (a.empty? bufs))
|
||||
(vim.cmd (.. "bdelete " (str.join " " bufs))))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue