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:
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…
x
Reference in New Issue
Block a user