diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 46 |
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. + |