Spyke
neovim·Neovimbyem_s_h

Weekly dotfile review?

What does everyone think about doing a weekly dotfile review thread like r/neovim does.

I personally really like to see different neovim configurations that other people have made.

Edit: my config

Edit 2: I also think that if we are to do these, they should be done on the weekends, since that is the time when people aren't busy with their jobs or school.

View original on sh.itjust.works
Archyreply
lemmy.world

I'm such a noob but learning, here's mine (from memory):

set number
color industry

😁

P.S. Just looked at the others and I don't even have a GitHub repo

3

Your config is awesome! I'll definitely be adding many of those plugins you use!

2

I don't have any online repo that people can use, but I have this post on my home instance where go over some plugins I use too much and additionally I have the following settings to make vim livable for me:

set smartindent
set autoindent
set noshowmode
set laststatus=0
set background=dark
set nu
set scrolloff=99999
set sidescrolloff=99999
set splitbelow
set splitright
set tabstop=4
set shiftwidth=4
set noexpandtab
set nowrap
set cursorline cursorcolumn
set clipboard=unnamedplus
set termguicolors
set colorcolumn=80
set timeoutlen=500

the rest is mainly plugin and filetype configuration which mainly revolves around setting up LSP and resolving some key conflicts as well as making sure CoQ is loaded up as that this is a masterpiece even without LSP (think of CoC; but actually responsive on anything older than a 12th gen CPU)

3

You reached the end

Weekly dotfile review? | Spyke