mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-11-01 04:51:15 +01:00
nvim: cleaned up comments
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
-- autocmd
|
|
||||||
|
|
||||||
-- read files correctly
|
-- read files correctly
|
||||||
vim.filetype.add({
|
vim.filetype.add({
|
||||||
extension = {
|
extension = {
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
-- keymap
|
|
||||||
|
|
||||||
-- set mapleader for hotkeys
|
-- set mapleader for hotkeys
|
||||||
vim.g.mapleader = ","
|
vim.g.mapleader = ","
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
-- loadplugins
|
|
||||||
|
|
||||||
-- bootstrap lazy
|
-- bootstrap lazy
|
||||||
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
|
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
|
||||||
if not vim.loop.fs_stat(lazypath) then
|
if not vim.loop.fs_stat(lazypath) then
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
-- set diagnostic signs
|
||||||
Error_sign = " "
|
Error_sign = " "
|
||||||
Warn_sign = " "
|
Warn_sign = " "
|
||||||
Info_sign = " "
|
Info_sign = " "
|
||||||
|
|||||||
Reference in New Issue
Block a user