made core options work in neovim
This commit is contained in:
parent
52feec908f
commit
961a213c3c
@ -1 +0,0 @@
|
||||
vim.cmd("runtime! .lua")
|
@ -42,10 +42,11 @@
|
||||
config = toLuaFile ./plugins/indent.lua;
|
||||
}
|
||||
|
||||
{
|
||||
plugin = nvim-ts-autotag;
|
||||
config = toLuaFile ./plugins/autotag.lua;
|
||||
}
|
||||
# TODO: enable this when treesitter is installed
|
||||
# {
|
||||
# plugin = nvim-ts-autotag;
|
||||
# config = toLuaFile ./plugins/autotag.lua;
|
||||
# }
|
||||
|
||||
{
|
||||
plugin = nvim-colorizer-lua;
|
||||
@ -54,7 +55,8 @@
|
||||
];
|
||||
|
||||
extraLuaConfig = ''
|
||||
vim.cmd("runtime! core/*.lua")
|
||||
${builtins.readFile ./core/colors.lua}
|
||||
${builtins.readFile ./core/options.lua}
|
||||
'';
|
||||
|
||||
extraPackages = with pkgs; [
|
||||
|
Loading…
Reference in New Issue
Block a user