Skip to content

Repository files navigation

Neovim configs

Kheb's neovim configs

Features

- Rofi Custom Bash Script for quick launch
- Neovim 0.11+ for native nvim lsp support
- Lazy plugin manager
- Keybinds for my own comfort

Configurations

- nvim-lsp
- nvim-autotag
- nvim-autopairs
- mason
- plenary-nvim
- telescope
- live-preview
- harpoon
- undotree
- rose-pine theme 
- barbar nvim

Rofi Bash Script

#!/bin/bash

project=$(
   find "$HOME/projects" -mindepth 1 -maxdepth 1 -type d -printf '%f\n' |
   rofi -dmenu -i -p "Kheb NVIM" \
        -theme "$HOME/projects/dotfiles/rofi/project-picker.rasi"
)

if [[ -n "$project" ]]; then
   kitty --working-directory "$HOME/projects/$project" \
       bash -c "nvim .; exec zsh"
fi 

LuaSnip (Templates)

Template load remap with Ctrl + V

~/projects/dotfiles/nvim/after/snippets/

About

Neovim, and other Linux Configurations dotfiles

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages