Started to make the config for a minimal neovim setup. Currently, telescope isn't working because of fzf-native plugin. Everything else seems to be working well. I also need to setup a script to install g++, build-essential, and lua, when downloading the repo. I can also likely get rid of 90% of the colorschemes since I only need one on a server.

This commit is contained in:
root
2023-10-19 00:54:03 +00:00
parent b1d3afc7d8
commit c23a3a06a2
49 changed files with 12 additions and 1127 deletions

View File

@ -40,7 +40,7 @@ opt.clipboard = 'unnamedplus' -- Copy/paste to system clipboard
opt.swapfile = false -- Don't use swapfile
opt.shadafile = "NONE"
opt.shadafile = ""
opt.shell = "/bin/zsh"
opt.shell = "/bin/bash"
opt.updatetime = 200
opt.cursorline = true
g.markdown_folding = 1