LakithKarunaratne / nvim

Personal Nvim Config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Read me

Commands

:so - Source the init file :PackerSync - Get Updates

Plugins Used

Reference : Primagen

Packer Telescope Rose-Pine Theme Treesitter Treesitter Playground : optional Harpoon Undo Tree Vim Fugitive LSP Zero

Reference

For Lua MultiLine Comments

--[=====[ 
for k,v in pairs(t) do
   local d = fullToShort[k]
   local col = xColours[v[1]] -- It stops here!
   cecho(string.format(("<%s>%s ", col, d))
end
--]=====]

For LSP Config

LSP zero List

To Alias

alias vi="nvim" alias vim="nvim" alias view="nvim -R" alias vimdiff="nvim -d"

About

Personal Nvim Config


Languages

Language:Lua 100.0%