aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authornathan11 <thenathansmithsmith@gmail.com>2023-07-25 00:52:07 -0600
committernathan11 <thenathansmithsmith@gmail.com>2023-07-25 00:52:07 -0600
commit0f8c62f2d18fd86e2bad01a33e5e9beb4e2ef77b (patch)
treee098cecfe770af08bd77eda320f8a0260c3c68c6 /README.md
first commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md46
1 files changed, 46 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..d6bed52
--- /dev/null
+++ b/README.md
@@ -0,0 +1,46 @@
+# nvim_config
+A usable .config/nvim
+# Install
+Install vim plug. Look here to find out how https://github.com/junegunn/vim-plug#Installation
+
+Installl dependencies. The dependencies are powerline, nerdfont, ripgrep, clangd (for c/c++ users), and pylsp (for python users).
+
+Getting the nvim_config installed.
+
+cd ~/.config
+
+git clone https://gitea.com/nathansmithsmith/nvim_config
+
+mv nvim_config nvim
+
+nvim ~/.config/nvim/lua/plugin_management.lua
+
+:PlugInstall
+
+# Keybindings
+leaderkey: ,.
+
+alt-e to close nvim-cmp popups.
+
+Open terminal: leader-c
+
+Toggle/close terminal: A-\
+
+Telescope find files: leader-f
+
+Telescope live grep: leader-g
+
+Cmake build: leader-b
+
+Telescope help tags: leader-h
+
+Telescope marks: leader-m
+
+Telescope man_pages: leader-p
+
+
+# Moving around.
+Hold down alt to move to different windows in split screen.
+
+To move around in the nvim-cmp popup, telescope, and dashboard use alt-n for next and alt-p for previous and alt-e to close.
+