See function signatures when typing them
This commit is contained in:
parent
cd3958ca0f
commit
3b27a192cb
1 changed files with 5 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ return require("packer").startup(function(use)
|
|||
requires = { {"nvim-lua/plenary.nvim"} }
|
||||
}
|
||||
|
||||
-- Treesittep
|
||||
-- Treesitter
|
||||
use({"nvim-treesitter/nvim-treesitter", run = ":TSUpdate"})
|
||||
|
||||
-- Themes
|
||||
|
|
@ -21,6 +21,10 @@ return require("packer").startup(function(use)
|
|||
-- Relative line numbers disappear when not actively in buffer
|
||||
use "jeffkreeftmeijer/vim-numbertoggle"
|
||||
|
||||
-- See function signatures when typing them
|
||||
use "ray-x/lsp_signature.nvim"
|
||||
require "lsp_signature".setup({})
|
||||
|
||||
-- Left-side file tree dispaly
|
||||
use {
|
||||
"nvim-tree/nvim-tree.lua",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue