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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user