Add settings for nvim gui and install telescope cder plugin
This commit is contained in:
parent
41fe472531
commit
b35110ba5a
4 changed files with 14 additions and 2 deletions
|
@ -4,9 +4,16 @@ local g = vim.g
|
|||
-- True colors
|
||||
o.termguicolors = true
|
||||
|
||||
-- Font for nvim GUI's
|
||||
o.guifont = 'Fira Code:h14'
|
||||
|
||||
-- Floating window transparency
|
||||
o.winblend = 10
|
||||
|
||||
-- Set window title
|
||||
o.title = true
|
||||
o.titlestring = 'NeoVim: ' .. vim.fn.getcwd()
|
||||
|
||||
-- Diff settings
|
||||
o.diffopt = 'filler,internal,algorithm:histogram,indent-heuristic'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue