Update
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
type = "button";
|
||||
val = " NixOs Config";
|
||||
on_press.__raw =
|
||||
"function() vim.cmd[[e ${config.var.configDirectory}]] end";
|
||||
"function() vim.cmd[[Neotree ${config.var.configDirectory}]] end";
|
||||
opts = {
|
||||
shortcut = "nc";
|
||||
position = "center";
|
||||
|
||||
@@ -11,6 +11,13 @@
|
||||
tailwindcss.enable = true;
|
||||
html.enable = true;
|
||||
svelte.enable = true;
|
||||
ltex = {
|
||||
enable = true;
|
||||
settings = {
|
||||
enabled = true;
|
||||
language = "en";
|
||||
};
|
||||
};
|
||||
};
|
||||
keymaps.lspBuf = {
|
||||
"gd" = "definition";
|
||||
|
||||
10
home/programs/nvim/plugins/ltex.nix
Normal file
10
home/programs/nvim/plugins/ltex.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
programs.nixvim.plugins.ltex-extra = {
|
||||
enable = true;
|
||||
settings = {
|
||||
initCheck = true;
|
||||
loadLangs = [ "en-US" "fr-FR" ];
|
||||
logLevel = "non";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user