mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 19:03:49 -08:00
7 lines
174 B
Nix
7 lines
174 B
Nix
# Manual setup for some plugins
|
|
{
|
|
extraConfigLua = ''
|
|
require("telescope").load_extension("yank_history")
|
|
vim.diagnostic.config({ virtual_lines = false });
|
|
'';
|
|
}
|