diff options
| author | triethyl <triethylammonium@pm.me> | 2025-07-06 18:52:39 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-07-06 18:52:39 -0400 |
| commit | 3df44ee18a6c1b36278cbde8499f357e0a040411 (patch) | |
| tree | 6a785fd4e6cd204aa8749b77279c489cdddf9c67 /pkgs/custom-neovim | |
| parent | 99038c67b0886ae02f7dd46c3d436d18837d9019 (diff) | |
setting up lua config
Former-commit-id: 6623b85be12ce3bf9411c35f50e4bc1f20dea186
Diffstat (limited to 'pkgs/custom-neovim')
| -rw-r--r-- | pkgs/custom-neovim/config/lua/autocommands.lua | 0 | ||||
| -rw-r--r-- | pkgs/custom-neovim/config/lua/mappings.lua | 0 | ||||
| -rw-r--r-- | pkgs/custom-neovim/config/lua/options.lua | 0 | ||||
| -rw-r--r-- | pkgs/custom-neovim/config/lua/utilities.lua | 0 | ||||
| -rw-r--r-- | pkgs/custom-neovim/design.md | 10 |
5 files changed, 10 insertions, 0 deletions
diff --git a/pkgs/custom-neovim/config/lua/autocommands.lua b/pkgs/custom-neovim/config/lua/autocommands.lua new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/pkgs/custom-neovim/config/lua/autocommands.lua diff --git a/pkgs/custom-neovim/config/lua/mappings.lua b/pkgs/custom-neovim/config/lua/mappings.lua new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/pkgs/custom-neovim/config/lua/mappings.lua diff --git a/pkgs/custom-neovim/config/lua/options.lua b/pkgs/custom-neovim/config/lua/options.lua new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/pkgs/custom-neovim/config/lua/options.lua diff --git a/pkgs/custom-neovim/config/lua/utilities.lua b/pkgs/custom-neovim/config/lua/utilities.lua new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/pkgs/custom-neovim/config/lua/utilities.lua diff --git a/pkgs/custom-neovim/design.md b/pkgs/custom-neovim/design.md new file mode 100644 index 0000000..1bdefb3 --- /dev/null +++ b/pkgs/custom-neovim/design.md @@ -0,0 +1,10 @@ +# Design + +## Desired Features + +- Clean LSP Setup +- Searchable Keybinds +- Which-key (or something similar) +- Good terminal multiplexing +- Start screen +- Sessions |
