inlay hints?
This commit is contained in:
parent
f36dae495e
commit
fc6bbcd577
2 changed files with 7 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
:williamboman/mason.nvim {}
|
||||
:williamboman/mason-lspconfig.nvim {}
|
||||
:neovim/nvim-lspconfig {:mod :lspconfig :requires [[:williamboman/mason.nvim] [:williamboman/mason-lspconfig.nvim]]}
|
||||
:simrat39/inlay-hints.nvim {:mod :inlayhints}
|
||||
|
||||
:ctrlpvim/ctrlp.vim {:mod :ctrlp}
|
||||
|
||||
|
|
6
nvim/fnl/config/plugin/inlayhints.fnl
Normal file
6
nvim/fnl/config/plugin/inlayhints.fnl
Normal file
|
@ -0,0 +1,6 @@
|
|||
(module config.plugin.inlayhints
|
||||
{autoload {nvim aniseed.nvim}})
|
||||
|
||||
(let [(inlay-hints? inlayhints) (pcall require :inlay-hints)]
|
||||
(when inlay-hints?
|
||||
(inlay-hints.setup {})))
|
Loading…
Add table
Reference in a new issue