nvim: cleaned up comments

master
tiyn 1 year ago
parent c3bfbd3caf
commit da97aa9344

@ -1,5 +1,3 @@
-- autocmd
-- read files correctly
vim.filetype.add({
extension = {

@ -1,5 +1,3 @@
-- keymap
-- set mapleader for hotkeys
vim.g.mapleader = ","

@ -1,5 +1,3 @@
-- loadplugins
-- bootstrap lazy
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
if not vim.loop.fs_stat(lazypath) then

@ -1,3 +1,4 @@
-- set diagnostic signs
Error_sign = ""
Warn_sign = ""
Info_sign = ""

Loading…
Cancel
Save