add nvim_gps to statusline | populate renamer popup with old value
This commit is contained in:
parent
9f48587d63
commit
9b7b44f74f
5 changed files with 319 additions and 191 deletions
|
|
@ -36,6 +36,13 @@ local plugins = {
|
|||
end,
|
||||
},
|
||||
|
||||
["SmiteshP/nvim-gps"] = {
|
||||
event = "CursorMoved",
|
||||
config = function()
|
||||
require "plugins.configs.gps"
|
||||
end,
|
||||
},
|
||||
|
||||
["akinsho/bufferline.nvim"] = {
|
||||
after = "nvim-web-devicons",
|
||||
config = function()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue