add todo plugin

This commit is contained in:
Robert Altner 2024-07-16 13:04:09 +02:00
parent 46edf6566d
commit 0e579c783e
No known key found for this signature in database
GPG key ID: 58794C52DAF9EAD8
3 changed files with 15 additions and 2 deletions

View file

@ -19,6 +19,12 @@ vim.g.loaded_netrwPlugin = 1
vim.opt.termguicolors = true
vim.filetype.add({
extension = {
pl = 'prolog'
}
})
local colors = require("tokyonight.colors").setup()
require("editorconfig").properties.trim_trailing_whitespace = false
@ -54,7 +60,7 @@ require("telescope").setup{
},
live_grep = {
theme = "ivy"
}
}
},
extensions = {
fzf = {