From 794bd0db99b3d9118595c4e72ad3e04146f6a760 Mon Sep 17 00:00:00 2001 From: redyf Date: Sat, 12 Oct 2024 20:03:24 -0300 Subject: [PATCH] chore: update filenames accordingly --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e051dd42..0bcb1d25 100644 --- a/README.md +++ b/README.md @@ -96,11 +96,11 @@ Neve is highly customizable. Here are some important files for configuring your - **config/default.nix:** This file contains the main configuration file. You can add or delete plugins as you like. -- **config/sets.nix:** In this file, you can add or remove options and adjust their specific settings. +- **config/sets/set.nix:** In this file, you can add or remove options and adjust their specific settings. -- **config/keymaps.nix:** This file contains custom key mappings. You can add your own keyboard shortcuts to enhance productivity. +- **config/keys.nix:** This file contains custom key mappings. You can add your own keyboard shortcuts to enhance productivity. -- **config/lsp/lsp.nix:** Here you can configure your preferred Language Servers. +- **config/lsp/lsp-nvim.nix:** Here you can configure your preferred Language Servers. - **config/lsp/conform.nix:** Configure Formatters for the desired languages.