Skip to content

sebhajek/dotfiles

Repository files navigation

My dot-files


Table of Contents


Install

sudo dnf in -y curl bash
curl -L https://raw.githubusercontent.com/sebhajek/dotfiles/main/get.sh | bash

What is part of this?

Development environment

Neovim

Current Neovim configuration is done in a way where it supports tree-sitter, telescope, C, Lua, Markdown, Latex, Bash, Python, formatting for those languages and LSP for those languages. The color-scheme is also trying to be compatible with 16 ANSI colors to not be particularly environment dependent.

Key-maps
key-strokes command
<leader>ff telescope file finder
<leader>fg telescope live grep
<leader>fb telescope search buffers
<leader>fh telescope help tags
<leader>gd LSP go-to definition
<leader>gD LSP go-to declaration
<leader>gr LSP go-to reference
<leader>gr LSP show code actions
K LSP show docs
<leader>ft conform apply format
<C-b> scroll cmp docs down
<C-f> scroll cmp docs up
<C-Space> start cmp menu
<C-e> end cmp menu
<CR> confirm cmp option

Credits and other interesting links

Dictionary

Color-scheme

Inspirations:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published