Fix formatting | Handle a edgecase in telescope config | Misc
* fix formatting in pluginList, luasnip * don't use pcall on highlights * sync and compile fzf and media files only when the error occurs, add a help text telling tbe user to restart neovim
This commit is contained in:
@@ -19,7 +19,7 @@ opt.clipboard = "unnamedplus"
|
||||
opt.shortmess:append("sI")
|
||||
|
||||
-- disable tilde on end of buffer: https://github.com/ neovim/neovim/pull/8546#issuecomment-643643758
|
||||
vim.cmd [[let &fcs='eob: ']]
|
||||
vim.cmd("let &fcs='eob: '")
|
||||
|
||||
-- Numbers
|
||||
opt.number = true
|
||||
|
||||
Reference in New Issue
Block a user