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