Skip to content

Commit

Permalink
Rename nvim-bufferline.lua to bufferline.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Aug 22, 2021
1 parent 8d0f407 commit 9d1ef5f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
path = pack/plugins/opt/nvim-treesitter
url = git@github.com:nvim-treesitter/nvim-treesitter.git
ignore = dirty
[submodule "pack/plugins/opt/nvim-bufferline.lua"]
path = pack/plugins/opt/nvim-bufferline.lua
url = git@github.com:akinsho/nvim-bufferline.lua.git
[submodule "pack/plugins/opt/bufferline.nvim"]
path = pack/plugins/opt/bufferline.nvim
url = git@github.com:akinsho/bufferline.nvim.git
ignore = dirty
[submodule "pack/plugins/start/telescope.nvim"]
path = pack/plugins/start/telescope.nvim
Expand Down
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ else
vim.cmd('packadd! neogit')
vim.cmd('packadd! neovim-cmake')
vim.cmd('packadd! neovim-session-manager')
vim.cmd('packadd! nvim-bufferline.lua')
vim.cmd('packadd! bufferline.nvim')
vim.cmd('packadd! nvim-dap')
vim.cmd('packadd! nvim-dap-virtual-text')
vim.cmd('packadd! nvim-lastplace')
Expand Down

0 comments on commit 9d1ef5f

Please sign in to comment.