1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-25 04:27:46 +01:00

nvim: cleaned up comments

This commit is contained in:
tiyn 2023-08-08 03:46:10 +02:00
parent c3bfbd3caf
commit da97aa9344
4 changed files with 1 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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