meow
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
require("persisted").setup({
|
||||
save_dir = vim.fn.expand(vim.fn.stdpath("data") .. "/sessions/"),
|
||||
autoload = false,
|
||||
autosave = true,
|
||||
telescope = {
|
||||
mappings = { -- Mappings for managing sessions in Telescope
|
||||
copy_session = "<C-c>",
|
||||
|
||||
@@ -15,7 +15,23 @@ local pack = require("lynn")
|
||||
pack.setup("doloro.plugins")
|
||||
|
||||
-- add lsp's as i need
|
||||
vim.lsp.enable('lua_ls', 'rust_analyzer', 'superhtml')
|
||||
vim.lsp.enable({'lua_ls', 'rust_analyzer', 'html'})
|
||||
|
||||
opts = {
|
||||
settings = {
|
||||
html = {
|
||||
format = {
|
||||
templating = true,
|
||||
wrapLineLength = 120,
|
||||
wrapAttributes = 'auto',
|
||||
},
|
||||
hover = {
|
||||
documentation = true,
|
||||
references = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
-- vim.notify('config loaded', vim.log.levels.INFO)
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ return {
|
||||
-- mini stuff
|
||||
"nvim-mini/mini.notify",
|
||||
"nvim-mini/mini.cursorword",
|
||||
"nvim-mini/mini.tabline",
|
||||
-- "nvim-mini/mini.tabline",
|
||||
"nvim-mini/mini.statusline",
|
||||
"nvim-mini/mini.completion",
|
||||
{ "nvim-telescope/telescope.nvim", event = "BufReadPre", name="telescope"},
|
||||
|
||||
Reference in New Issue
Block a user