Skip to content

Commit

Permalink
home/tui/neovim: rename nixvim options
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Mar 30, 2024
1 parent 01c13c9 commit 4e2ff6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion home/modules/tui/neovim/completion.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
programs.nixvim = {
options.completeopt = ["menu" "menuone" "noselect"];
opts.completeopt = ["menu" "menuone" "noselect"];

plugins = {
luasnip.enable = true;
Expand Down
2 changes: 1 addition & 1 deletion home/modules/tui/neovim/options.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
providers.wl-copy.enable = true;
};

options = {
opts = {
updatetime = 100; # Faster completion

# Line numbers
Expand Down
2 changes: 1 addition & 1 deletion home/modules/tui/neovim/plugins/neorg.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
programs.nixvim = {
files."after/ftplugin/norg.lua" = {
localOptions.conceallevel = 1;
localOpts.conceallevel = 1;

keymaps = [
{
Expand Down

0 comments on commit 4e2ff6c

Please sign in to comment.